X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/68fcf941103f800b3170fab73a1c2dfdb0ffd4a7..a4c4a618cd7f38611b0a635d4c2b1724760501db:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 21f3cd3fc7..fe67e0c0d0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ DOCSOURCES = $(shell find @top_srcdir@/tools/gras @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") \ $(shell find @srcdir@ -name "*.doc") -FIGS=simgrid_modules.fig amok_bw_test.fig +FIGS=simgrid_modules.fig amok_bw_test.fig amok_bw_sat.fig PNGS=$(patsubst %.fig,%.png,$(FIGS)) simgrid_logo.png simgrid_logo_small.png EXTRA_DIST = html Doxyfile \ @@ -32,7 +32,9 @@ html: Doxyfile ./logcategories.doc simgrid_modules.map $(PNGS) $(DOCSOURCES) : # 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 @srcdir@/FAQ.doc @srcdir@/index.doc @srcdir@/contrib.doc + @top_srcdir@/tools/doxygen/toc_create.pl \ + @srcdir@/FAQ.doc @srcdir@/index.doc @srcdir@/contrib.doc \ + @srcdir@/gtut-introduction.doc : # Second pass doxygen Doxyfile >/dev/null : # Post-processing