Browse Source

Issue #649: Drop the generated doc/Doxyfile when creating a release.

tags/json-c-0.16-20220414
Eric Haszlakiewicz 5 years ago
parent
commit
002411293d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      RELEASE_CHECKLIST.txt

+ 1
- 0
RELEASE_CHECKLIST.txt View File

@@ -81,6 +81,7 @@ Generate the doxygen documentation:


(cd ../distcheck && make doc) (cd ../distcheck && make doc)
cp -r -p ../distcheck/doc/{html,Doxyfile} doc/. cp -r -p ../distcheck/doc/{html,Doxyfile} doc/.
rm doc/Doxyfile # Remove generated file w/ hardcoded paths
git add -f doc git add -f doc
git commit doc -m "Generate docs for the ${release} release" git commit doc -m "Generate docs for the ${release} release"




Loading…
Cancel
Save