From: Wolfgang Bangerth Date: Sun, 27 Jun 2010 04:03:35 +0000 (+0000) Subject: One more place. X-Git-Tag: v8.0.0~5904 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96ddfa16bfb17b11613708325722a407ea0df42;p=dealii.git One more place. git-svn-id: https://svn.dealii.org/trunk@21385 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index f99feeedd1..db7eedae60 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -43,7 +43,7 @@ deal.II deal.tag: tutorial \ cat @DOXYGEN_OPTIONS@ deal.dox | @DOXYGEN@ - > doxygen.log @if test -f deal.II/step__1.html ; then \ for i in deal.II/*__*html ; do \ - j="`echo $i | sed s/__/_/g`" ; \ + j="`echo $$i | sed s/__/_/g`" ; \ cp $$i $$j ; \ done ; \ fi