Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try harder to make it work on VPATH builds (still fails to find the png map)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 17 Feb 2006 07:35:20 +0000 (07:35 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 17 Feb 2006 07:35:20 +0000 (07:35 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1922 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/Makefile.am

index 7aa3fab..d757644 100644 (file)
@@ -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: