]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Use "nodoc", not "doc", for the name of the tarball w/o docs.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 31 May 2012 04:03:34 +0000 (23:03 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 31 May 2012 04:03:34 +0000 (23:03 -0500)
RELEASE_CHECKLIST.txt

index 28f5b89a00b3a6e89de8b558dc221ab07ca682a8..c803449fcd068855d4ed3895ad99ef22ce2333ea 100644 (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}