summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2012-05-30 23:03:34 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2012-05-30 23:03:34 -0500
commit837d685d787366a9bf5266c91a9867dd1cafc420 (patch)
treeb2bdcb7bd960172d454c2a19e2620923956b8925
parent1abaaee658389037ba016b7ba7eca65755d53b07 (diff)
downloadjson-c-837d685d787366a9bf5266c91a9867dd1cafc420.tar.gz
Use "nodoc", not "doc", for the name of the tarball w/o docs.
-rw-r--r--RELEASE_CHECKLIST.txt2
1 files changed, 1 insertions, 1 deletions
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 @@ 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}