X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca193aaeb6fba06d3de61cb93c236e971d3353d5..5aa0707135983883434c13627dd1adad3eade648:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 22b5185756..c5c2d43966 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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