From: bangerth Date: Thu, 16 Dec 2010 18:49:59 +0000 (+0000) Subject: Use proper syntax in test. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306c60af9e5a9dcc31be41b7dd1b5949920cbea5;p=dealii-svn.git Use proper syntax in test. git-svn-id: https://svn.dealii.org/trunk@22975 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index d6fddb2e49..a6c11ef20a 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -39,7 +39,7 @@ deal.II deal.tag: tutorial \ $(addprefix tutorial/doxygen/, $(shell ls tutorial/doxygen/)) @echo "=== Generating reference documentation. " \ "This can take several minutes..." - @if test -n -d deal.II ; then mkdir deal.II ; fi + @if test ! -d deal.II ; then mkdir deal.II ; fi cat @DOXYGEN_OPTIONS@ deal.dox | @DOXYGEN@ - > doxygen.log @if test -f deal.II/step__1.html ; then \ for i in deal.II/*__*html ; do \