From: Wolfgang Bangerth Date: Wed, 22 Sep 2010 03:47:59 +0000 (+0000) Subject: Simplify structure a bit. X-Git-Tag: v8.0.0~5366 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4bb1c25508b86d523abb6884eb4e203f649e3d7;p=dealii.git Simplify structure a bit. git-svn-id: https://svn.dealii.org/trunk@22116 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 1e8f36b020..eef261c1b2 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -6,9 +6,8 @@ include ../../../common/Make.global_options # plain names of those files that we shall treat. simply take all those # directories in examples/ that have a /doc subdirectory -example-names = $(subst $D/examples/,, \ - $(subst /doc,, \ - $(shell echo $D/examples/*/doc))) +example-names = $(subst /doc,, \ + $(shell cd $D/examples && echo */doc))