From 49d60e6f7479988afbce15dc245c8d77c12e8346 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Jan 2011 06:39:25 +0000 Subject: [PATCH] Also include 'kind' files in dependencies. git-svn-id: https://svn.dealii.org/trunk@23109 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 2b0f0548c4..394d13241b 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -51,7 +51,7 @@ toc.html: steps.cmapx toc.html.in @perl make_toc.pl > toc.html # generate dot file -steps.dot: steps.pl $D/examples/*/doc/tooltip $D/examples/*/doc/builds-on +steps.dot: steps.pl $D/examples/*/doc/tooltip $D/examples/*/doc/builds-on $D/examples/*/doc/kind @echo ================== Making $@ @perl $< > $@ -- 2.39.5