Skip to content
Snippets Groups Projects
Commit 2d87f4c0 authored by Christian Engwer's avatar Christian Engwer
Browse files

cleanup docs when calling "make maintainer-clean"

[[Imported from SVN: r5793]]
parent 0b278d53
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,8 @@ doxygen-dist-clean:
doxygen-maintainer-clean:
rm -rf $(DOXYGENTAG) $(DOXYGEN_HTML) $(DOXYGENHEADER) $(DOXYGENFOOTER) *~
test -f Doxylocal && rm -f Doxygen.in
rm -f doxyerr.log doxygen.log
test -f Doxylocal && rm -f Doxygen.in
# nice trick from the GNU make infopage to force a rule to run
FORCE:
......@@ -39,4 +39,10 @@ else
web-install-default:
endif
web-build: $(PAGES)
web-clean:
rm -f $(PAGES)
maintainer-clean-local: web-clean
web-install-am: web-install-default
doc-am: web-build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment