From 837d685d787366a9bf5266c91a9867dd1cafc420 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Wed, 30 May 2012 23:03:34 -0500 Subject: [PATCH] Use "nodoc", not "doc", for the name of the tarball w/o docs. --- RELEASE_CHECKLIST.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.7.4