From 530ec9e0b07f269cf083e18beab5e3a71fcaf533 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 24 Nov 2010 13:00:20 +0000 Subject: [PATCH] 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 --- deal.II/doc/doxygen/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.5