Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving this autogenerated file
[simgrid.git] / doc / Makefile.am
index 22b5185..c5c2d43 100644 (file)
@@ -3,11 +3,11 @@ DOCSOURCES = $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.[chl]")
 EXTRA_DIST = html Doxyfile.API Doxyfile.Examples  Doxyfile.main
 
 html: $(DOCSOURCES) Doxyfile.API  Doxyfile.Examples  Doxyfile.main
-       @touch @top_srcdir@/src/api_index.doc
+       @touch @top_srcdir@/doc/api_index.doc
        @doxygen Doxyfile.main
        @doxygen Doxyfile.API
        @doxygen Doxyfile.Examples
-       @@top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag @top_srcdir@/src/api_index.doc
+       @@top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag @top_srcdir@/doc/api_index.doc
        @cp simgrid_logo.png simgrid_modules.jpg html/
        @doxygen Doxyfile.API
        @doxygen Doxyfile.Examples