mirror of
https://github.com/json-c/json-c.git
synced 2026-04-11 08:19:08 +08:00
Issue #649: Drop the generated doc/Doxyfile when creating a release.
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user