From f98b537f1b071f31a7fba50e634bb46f6c4d1577 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Dec 2010 18:49:59 +0000 Subject: [PATCH] Use proper syntax in test. git-svn-id: https://svn.dealii.org/trunk@22975 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5