From 459d7eb28f1016514c9cea7a47bced9afdf9a39e Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 22 Sep 2010 03:47:59 +0000 Subject: [PATCH] Simplify structure a bit. git-svn-id: https://svn.dealii.org/trunk@22116 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/tutorial/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)) -- 2.39.5