From dd4e71c528d74875be2b7277237c58e537997db2 Mon Sep 17 00:00:00 2001 From: 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