From: Eric Haszlakiewicz Date: Thu, 31 May 2012 04:03:34 +0000 (-0500) Subject: Use "nodoc", not "doc", for the name of the tarball w/o docs. X-Git-Tag: json-c-0.11-20130402~72 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=837d685d787366a9bf5266c91a9867dd1cafc420;p=thirdparty%2Fjson-c.git Use "nodoc", not "doc", for the name of the tarball w/o docs. --- diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index 28f5b89a..c803449f 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -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}