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

fix #611

[[Imported from SVN: r5605]]
parent 59265ec8
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,8 @@ doxygen-tag: FORCE Doxyfile $(DOXYGENHEADER) $(DOXYGENFOOTER)
$(DOXYGEN) $(srcdir)/Doxyfile > doxygen.log 2>&1 <&- ; \
touch doxygen-tag ; \
if test "$$DOXYQUIET" != "1" && test -f doxyerr.log; then cat doxyerr.log; fi; \
test -x "$(DUNEWEBDOXY)/update-doxygen.css" && $(DUNEWEBDOXY)/update-doxygen.css $(abs_builddir)/html; \
fi
if DUNEWEB
$(DUNEWEBDOXY)/update-doxygen.css $(abs_builddir)/html
endif
doxygen-dist-install: doxygen-tag
mkdir $(distdir)/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