From ccf35db6298b71c1e1e52539baabf0f9f5a70155 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 22 Sep 2010 12:55:21 +0000 Subject: [PATCH] Ubuntus default /bin/sh can not deal with "{a,b}" in shell commands and could not generate the doxygen documentation because of that. git-svn-id: https://svn.dealii.org/trunk@22119 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 7d25d1a59c..77ee07a584 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -56,7 +56,7 @@ tutorial: deal.dox: Makefile $(shell echo images ../../examples/*/doc ../news/*.h) @echo "=== Making $@" - @echo "INPUT=`echo headers ../../{base,lac,deal.II}/include/* tutorial/doxygen ../news/*.h`" > $@ + @echo "INPUT=`echo headers ../../base/include/* ../../lac/include/* ../../deal.II/include/* tutorial/doxygen ../news/*.h`" > $@ @echo "IMAGE_PATH=`echo images ../../examples/*/doc`" >> $@ -- 2.39.5