mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 21:09:06 +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