From: maier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 26 Feb 2013 18:54:25 +0000 (+0000)
Subject: One more try to get the image inclusion right
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aabde8b3a6f8bd9f78b7c800696af7fa5dcf232f;p=dealii-svn.git

One more try to get the image inclusion right

git-svn-id: https://svn.dealii.org/trunk@28591 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in
index f6239f87e9..e06647c2ef 100644
--- a/deal.II/doc/doxygen/Makefile.in
+++ b/deal.II/doc/doxygen/Makefile.in
@@ -58,7 +58,7 @@ tutorial:
 deal.dox: Makefile $(shell echo images ../../examples/*/doc ../news/*.h)
 	@echo "=== Making $@"
 	@echo "INPUT=`echo headers $D/include/deal.II/* tutorial/doxygen ../news/*.h $D/contrib/parameter_gui/*.h $D/contrib/parameter_gui/main.cpp`" > $@
-	@echo "IMAGE_PATH=`echo images ../../examples/*/doc $D/contrib/parameter_gui/images`" >> $@
+	@echo "IMAGE_PATH=`echo images $D/contrib/parameter_gui/images`" >> $@