From 69d650528da0e23654065f4efc26c469bdae663c Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Wed, 13 Jan 2021 01:30:16 +0000 Subject: [PATCH] Keep the doc directory in the nodoc release tarball, just exclude its contents. --- RELEASE_CHECKLIST.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index 8e70617..9f6b6db 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -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} ------------ -- 2.49.0