From: bangerth Date: Wed, 24 Nov 2010 13:00:20 +0000 (+0000) Subject: doxygen 1.7.2 no longer wants to create the output directory itself. Do so when neces... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=530ec9e0b07f269cf083e18beab5e3a71fcaf533;p=dealii-svn.git doxygen 1.7.2 no longer wants to create the output directory itself. Do so when necessary. git-svn-id: https://svn.dealii.org/trunk@22850 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 8a2743a8a4..86e3ba80ea 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -39,6 +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 ; mkdir deal.II cat @DOXYGEN_OPTIONS@ deal.dox | @DOXYGEN@ - > doxygen.log @if test -f deal.II/step__1.html ; then \ for i in deal.II/*__*html ; do \