mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 21:49:07 +08:00
Keep the doc directory in the nodoc release tarball, just exclude its contents.
This commit is contained in:
@@ -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}
|
||||
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user