From: bangerth Date: Wed, 22 Sep 2010 03:47:59 +0000 (+0000) Subject: Simplify structure a bit. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459d7eb28f1016514c9cea7a47bced9afdf9a39e;p=dealii-svn.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))