Skip to content
Snippets Groups Projects
Commit 39f35dae authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

don't depend on *.html and *.css anymore because that's quite annoying

when the included HTML-doc changes...

[[Imported from SVN: r1928]]
parent 83b7648b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ CURDIR=doc/doxygen
EXTRAINSTALL = html/*.html html/*.css html/*.png doxygen.log
# what files does the doxygen-generated stuff depend on (find-syntax)
DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.css -o -name \*.html -o -name \*.png
DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.png
# check dependency ourself to be robust
doxygen-tag: FORCE
......
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