From: bangerth Date: Fri, 7 May 2010 04:01:13 +0000 (+0000) Subject: Regenerate files also if only one of the .dox files has changed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4e71c528d74875be2b7277237c58e537997db2;p=dealii-svn.git Regenerate files also if only one of the .dox files has changed. git-svn-id: https://svn.dealii.org/trunk@21090 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 6678802935..7c943e8abb 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -153,7 +153,7 @@ clean: .PHONY: validate-xrefs clean -Makefile.dep: $(shell echo $D/examples/*/*.cc) Makefile +Makefile.dep: $(shell echo $D/examples/*/*.cc $D/examples/*/doc/*.dox) Makefile @echo ================== Generating $@ @for i in $(example-names) ; do \ echo generated/$${i}_prog.html generated/$${i}_plain.html \