From: heister Date: Wed, 22 Sep 2010 12:55:21 +0000 (+0000) Subject: Ubuntus default /bin/sh can not deal with "{a,b}" in shell commands and could not... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf35db6298b71c1e1e52539baabf0f9f5a70155;p=dealii-svn.git 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 --- 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`" >> $@