From: Eric Haszlakiewicz Date: Tue, 28 Jul 2020 03:52:22 +0000 (+0000) Subject: Issue #649: Drop the generated doc/Doxyfile when creating a release. X-Git-Tag: json-c-0.16-20220414~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002411293d0271424827d970cc34d39968559137;p=thirdparty%2Fjson-c.git Issue #649: Drop the generated doc/Doxyfile when creating a release. --- diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index da5d8d7c..8e706175 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -81,6 +81,7 @@ Generate the doxygen documentation: (cd ../distcheck && make doc) cp -r -p ../distcheck/doc/{html,Doxyfile} doc/. + rm doc/Doxyfile # Remove generated file w/ hardcoded paths git add -f doc git commit doc -m "Generate docs for the ${release} release"