Use "nodoc", not "doc", for the name of the tarball w/o docs.

This commit is contained in:
Eric Haszlakiewicz
2012-05-30 23:03:34 -05:00
parent 1abaaee658
commit 837d685d78

View File

@@ -34,7 +34,7 @@ echo autom4te.cache >> excludes
tar -czf json-c-${release}.tar.gz -X excludes json-c-${release}
echo doc >> excludes
tar -czf json-c-${release}-doc.tar.gz -X excludes json-c-${release}
tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}
Tag the branch:
cd json-c-${release}