From: Wolfgang Bangerth Date: Thu, 13 Jan 2011 14:57:40 +0000 (+0000) Subject: Make sure we index the right file for the plain one, even if the directory is X-Git-Tag: v8.0.0~4493 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b07f9b9c3e2b85bfcaa5902ef2372fbc901dba7;p=dealii.git Make sure we index the right file for the plain one, even if the directory is called MADDs-1 and the program madds-1.cc. git-svn-id: https://svn.dealii.org/trunk@23184 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 394d13241b..e77f1ed013 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -120,7 +120,7 @@ $(example-dox-prog): $(example-plain): @echo ================== Making $@ - @cat $D/examples/$(call get_basename, $(@F))/$(@F) | $(PERL) program2plain >> $@ + @cat $D/examples/$(call get_basename, $(@F))/*cc | $(PERL) program2plain >> $@ $(example-dox-plain): @echo ================== Making $@