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

fix installation of doxygen.log

[[Imported from SVN: r5042]]
parent 8a105fab
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,10 @@ all: $(WHAT) $(DOXYGEN_HTML)
# setting like in dune-web
BASEDIR=../..
CURDIR=doc/doxygen
EXTRAINSTALL = doxygen.log
if BUILD_DOCS
# EXTRAINSTALL in the html subdirectory
DOXYGENINSTALL = *.html *.css *.png *.gif
DOXYGENINSTALL = *.html *.css *.png *.gif ../doxygen.log
endif
if WML
......
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