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

install doxyerr.log if available

[[Imported from SVN: r5600]]
parent 963abb89
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ if BUILD_DOCS
# EXTRAINSTALL in the html subdirectory
DOXYGENHTMLFILES = *.html *.css *.png *.gif
DOXYGENDISTFILES = doxygen-tag
DOXYGENINSTALL = $(DOXYGENHTMLFILES) ../doxygen.log
DOXYGENINSTALL = $(DOXYGENHTMLFILES) ../doxygen.log ../doxyerr.log
endif
DISTCLEANFILES = doxygen.log doxygen-tag
......@@ -68,6 +68,7 @@ doxygen-tag: FORCE Doxyfile $(DOXYGENHEADER) $(DOXYGENFOOTER)
echo Running doxygen. This may take a while... ; \
$(DOXYGEN) $(srcdir)/Doxyfile > doxygen.log 2>&1 <&- ; \
touch doxygen-tag ; \
if test "$$DOXYQUIET" != "1" && test -f doxyerr.log; then cat doxyerr.log; fi; \
fi
if DUNEWEB
$(DUNEWEBDOXY)/update-doxygen.css $(abs_builddir)/html
......
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