commit | 837d685d787366a9bf5266c91a9867dd1cafc420 | [log] [tgz] |
---|---|---|
author | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed May 30 23:03:34 2012 -0500 |
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed May 30 23:03:34 2012 -0500 |
tree | b2bdcb7bd960172d454c2a19e2620923956b8925 | |
parent | 1abaaee658389037ba016b7ba7eca65755d53b07 [diff] |
Use "nodoc", not "doc", for the name of the tarball w/o docs.
diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index 28f5b89..c803449 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt
@@ -34,7 +34,7 @@ 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}