From d4c8afb43bc12e8b3e42460d5bb7826858f07100 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 May 2010 04:01:13 +0000 Subject: [PATCH] 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 --- deal.II/doc/doxygen/tutorial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5