From: bangerth Date: Wed, 12 Sep 2007 02:49:31 +0000 (+0000) Subject: Move an apparently misplaced command. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963f3c9088f3dfcb2e4332e68b13829a76807784;p=dealii-svn.git Move an apparently misplaced command. git-svn-id: https://svn.dealii.org/trunk@15194 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_tarfile.sh b/deal.II/common/scripts/make_tarfile.sh index 66be47af82..607d292ce2 100755 --- a/deal.II/common/scripts/make_tarfile.sh +++ b/deal.II/common/scripts/make_tarfile.sh @@ -22,9 +22,10 @@ tar czf deal.II-$MAJOR.$MINOR.$PATCH.tar.gz deal.II mv deal.II/doc deal.II/examples . cd deal.II -mkdir doc mkdir doxygen +mkdir doc cd doc touch Makefile.in +mkdir doxygen cd doxygen touch Makefile.in options.dox.in options.136.in header.html.in header.136.in header.tex.in cd ../../..