X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f95d18a77d4a399455342cef52cdfe13d167acce..305fbc7b720f845588b22de910245576971a5f97:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 01ea695b11..71ca56294f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,7 +7,7 @@ DOCSOURCES = $(shell find @top_srcdir@/tools/gras @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") \ $(shell find @srcdir@ -name "*.doc" |grep -v logcategories.doc) -FIGS=simgrid_modules.fig simgrid_modules2.fig amok_bw_test.fig amok_bw_sat.fig +FIGS=simgrid_modules.fig simgrid_modules2.fig amok_bw_test.fig amok_bw_sat.fig gras_comm.fig PNGS=$(patsubst %.fig,%.png,$(FIGS)) webcruft/simgrid_logo.png webcruft/simgrid_logo_small.png webcruft/poster_thumbnail.png EXTRA_DIST = html Doxyfile \ @@ -19,7 +19,8 @@ CLEANFILES = .*.toc DISTCLEANFILES = index-API.doc simgrid.tag MAINTAINERCLEANFILES = html -if MAINTAINER_MODE +if MAINTAINER_MODE +if HAVE_DOXYGEN simgrid_modules.map: fig/simgrid_modules.fig fig2dev -Lmap fig/simgrid_modules.fig | grep -e IMG -e MAP -e AREA | \ sed 's/imagemap/simgrid_modules/g' | sed 's/\.gif/.png/' | \ @@ -67,6 +68,7 @@ html/simdag.html: publish: $(MAKE) -C .. sync-gforge endif +endif ./logcategories.doc: $(DOCSOURCES) pwd=`pwd`; rm -f $$pwd/logcategories.doc; set -e; \