From: Wolfgang Bangerth Date: Thu, 16 Dec 2010 18:49:59 +0000 (+0000) Subject: Use proper syntax in test. X-Git-Tag: v8.0.0~4684 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f98b537f1b071f31a7fba50e634bb46f6c4d1577;p=dealii.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 \