]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Keep the doc directory in the nodoc release tarball, just exclude its contents.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 13 Jan 2021 01:30:16 +0000 (01:30 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 13 Jan 2021 01:30:16 +0000 (01:30 +0000)
RELEASE_CHECKLIST.txt

index 8e7061750df0a92d77a9426ee839eaa1fe468c8b..9f6b6dbe4fbcee72853628ebec68907f9356054b 100644 (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}
 
 ------------