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

only update Doxyfile.in from Doxylocal, if Doxylocal exists

[[Imported from SVN: r5663]]
parent 59e622a8
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,10 @@ html: doxygen-tag
DUNEDOXYNIZE=@DUNE_COMMON_ROOT@/bin/dunedoxynize
$(srcdir)/Doxyfile.in: $(srcdir)/Doxylocal
cd $(top_srcdir) && $(DUNEDOXYNIZE)
$(srcdir)/Doxyfile.in: FORCE
if test -f $(srcdir)/Doxylocal && test $(srcdir)/Doxylocal -nt $(srcdir)/Doxyfile.in; then \
cd $(top_srcdir) && $(DUNEDOXYNIZE); \
fi
if WML
# how to install the doxygen documentation
......
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