Fix Doxygen generation and clean-up.

* doc/Doxyfile.in: Amend OUTPUT_DIRECTORY.
* doc/local.mk (html-local): Amend working directory.
(CLEANDIRS): Fix "html", remove "latex".
This commit is contained in:
Tim Landscheidt
2012-03-27 19:28:02 +00:00
committed by Akim Demaille
parent 544b863511
commit ed3c2b915f
2 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ DOXYGEN = doxygen
doc: html
html-local: doc/Doxyfile
$(AM_V_GEN) cd doc && $(DOXYGEN)
$(AM_V_GEN) $(DOXYGEN) doc/Doxyfile
edit = sed -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
@@ -138,4 +138,4 @@ CLEANFILES += doc/Doxyfile
doc/Doxyfile: $(top_srcdir)/doc/Doxyfile.in
$(AM_V_GEN) $(edit) $(top_srcdir)/doc/Doxyfile.in >doc/Doxyfile
CLEANDIRS += html latex
CLEANDIRS += doc/html