Browse Source

Use "nodoc", not "doc", for the name of the tarball w/o docs.

tags/json-c-0.11-20130402
Eric Haszlakiewicz 13 years ago
parent
commit
837d685d78
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      RELEASE_CHECKLIST.txt

+ 1
- 1
RELEASE_CHECKLIST.txt View File

@@ -34,7 +34,7 @@ echo autom4te.cache >> excludes
tar -czf json-c-${release}.tar.gz -X excludes json-c-${release} tar -czf json-c-${release}.tar.gz -X excludes json-c-${release}


echo doc >> excludes 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: Tag the branch:
cd json-c-${release} cd json-c-${release}


Loading…
Cancel
Save