X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52bbec97eae35ac830edcf70ab4970629e19e2b6..41ce7333c5bb37d746c820330f5534f8b9229fd8:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 2b2f423c92..bb78982763 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,13 +1,13 @@ DOCSOURCES = $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.doc") -EXTRA_DIST = html +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 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