From: Wolfgang 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-Tag: v8.0.0~6139 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c8afb43bc12e8b3e42460d5bb7826858f07100;p=dealii.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 \