From: Wolfgang Bangerth Date: Mon, 15 Feb 2010 18:42:53 +0000 (+0000) Subject: Re-generate deal.dox if the list of example programs changes. X-Git-Tag: v8.0.0~6430 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ed887a366102094baa541a21ad45dad3af7947;p=dealii.git 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 --- 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/ ---"