Skip to content
Snippets Groups Projects
Commit 8017a4ae authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

also rerun Doxygen when da "modules" file has changed, as used for example by...

also rerun Doxygen when da "modules" file has changed, as used for example by dune grid do seed the module hierachy

[[Imported from SVN: r5547]]
parent 038e5abf
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ uninstall-local: uninstall-doxygen-data
endif
# what files does the doxygen-generated stuff depend on (find-syntax)
DOXYGEN_DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.png -o -name Doxyfile
DOXYGEN_DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.png -o -name Doxyfile -o -name modules
# check dependency ourself to be robust
doxygen-tag: FORCE Doxyfile $(DOXYGENHEADER) $(DOXYGENFOOTER)
......
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