Browse Source

Keep the doc directory in the nodoc release tarball, just exclude its contents.

tags/json-c-0.16-20220414
Eric Haszlakiewicz 4 years ago
parent
commit
69d650528d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      RELEASE_CHECKLIST.txt

+ 1
- 1
RELEASE_CHECKLIST.txt View File

@@ -93,7 +93,7 @@ Create the release tarballs:
echo .git > excludes
tar -czf json-c-${release}.tar.gz -X excludes json-c-${release}

echo doc >> excludes
echo 'doc/*' >> excludes
tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}

------------


Loading…
Cancel
Save