From e0ed887a366102094baa541a21ad45dad3af7947 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 15 Feb 2010 18:42:53 +0000 Subject: [PATCH] Re-generate deal.dox if the list of example programs changes. git-svn-id: https://svn.dealii.org/trunk@20638 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 0bc677697a..3881e2337e 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -36,7 +36,7 @@ deal.II deal.tag: tutorial \ tutorial: @cd tutorial ; $(MAKE) -deal.dox: Makefile +deal.dox: Makefile $(shell echo images ../../examples/*/doc) @echo "=== Making $@" @echo "INPUT=`echo headers ../../{base,lac,deal.II}/include/* tutorial/doxygen ../news/*.h`" > $@ @echo "IMAGE_PATH=`echo images ../../examples/*/doc`" >> $@ @@ -46,7 +46,7 @@ deal.dox: Makefile # validate cross references. there are so many html files in these # directories that we can just call # $(PERL) $D/common/scripts/validate-xrefs.pl deal.II/*.html -# as this leads to error messages of the kind "/usr/bin/perl: Argument +# as this leads to error messages of the kind "/usr/bin/perl: Argument # list too long". Instead, use a loop over all html files validate-xrefs: @echo "--- Validating xrefs in doxygen/deal.II/ ---" -- 2.39.5