From: mquinson Date: Fri, 17 Feb 2006 07:35:20 +0000 (+0000) Subject: Try harder to make it work on VPATH builds (still fails to find the png map) X-Git-Tag: v3.3~3436 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5aac974c1b1d350133105c254b91b18f9fd5085a Try harder to make it work on VPATH builds (still fails to find the png map) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1922 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 7aa3fabb40..d7576445ab 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,12 +28,12 @@ html: Doxyfile ./logcategories.doc simgrid_modules.map simgrid_modules.png $(DOC : # First pass doxygen Doxyfile >/dev/null @top_srcdir@/tools/doxygen/index_create.pl simgrid.tag index-API.doc - @top_srcdir@/tools/doxygen/toc_create.pl FAQ.doc index.doc + @top_srcdir@/tools/doxygen/toc_create.pl @srcdir@/FAQ.doc @srcdir@/index.doc : # Second pass doxygen Doxyfile >/dev/null : # Post-processing rm -f html/dir* - @top_srcdir@/tools/doxygen/index_php.pl index.php.in html/index.html index.php + @top_srcdir@/tools/doxygen/index_php.pl @srcdir@/index.php.in html/index.html index.php @top_srcdir@/tools/doxygen/doxygen_postprocesser.pl publish: