Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
integrate the history to the build infrastructure
[simgrid.git] / doc / Makefile.in
index cc78304..ccbf482 100644 (file)
@@ -199,7 +199,7 @@ DOCSOURCES = $(shell find @top_srcdir@/tools/gras  @top_srcdir@/src @top_srcdir@
 FIGS = simgrid_modules.fig simgrid_modules2.fig amok_bw_test.fig amok_bw_sat.fig
 PNGS = $(patsubst %.fig,%.png,$(FIGS)) webcruft/simgrid_logo.png webcruft/simgrid_logo_small.png webcruft/poster_thumbnail.png
 EXTRA_DIST = html Doxyfile \
- modules.doc FAQ.doc contrib.doc index.doc publis.doc footer.html \
+ modules.doc FAQ.doc contrib.doc index.doc publis.doc footer.html history.doc  \
  $(foreach file,$(FIGS),fig/$(file)) $(PNGS)
 
 CLEANFILES = .*.toc
@@ -390,7 +390,7 @@ uninstall-am: uninstall-local
 @MAINTAINER_MODE_TRUE@html: Doxyfile ./logcategories.doc simgrid_modules.map $(PNGS) $(DOCSOURCES) \
 @MAINTAINER_MODE_TRUE@      html/gras.html html/amok.html html/msg.html html/simdag.html
 @MAINTAINER_MODE_TRUE@ : # Setting up
-@MAINTAINER_MODE_TRUE@ touch index-API.doc .FAQ.doc.toc .index.doc.toc .contrib.doc.toc
+@MAINTAINER_MODE_TRUE@ touch index-API.doc .FAQ.doc.toc .index.doc.toc .contrib.doc.toc .history.doc.toc
 @MAINTAINER_MODE_TRUE@ test -e html || mkdir html
 @MAINTAINER_MODE_TRUE@ cp $(foreach file,$(PNGS),@srcdir@/$(file)) html/
 @MAINTAINER_MODE_TRUE@ cp @srcdir@/webcruft/Paje_MSG_screenshot_thn.jpg @srcdir@/webcruft/Paje_MSG_screenshot.jpg html/
@@ -400,7 +400,7 @@ uninstall-am: uninstall-local
 @MAINTAINER_MODE_TRUE@ @top_srcdir@/tools/doxygen/index_create.pl simgrid.tag index-API.doc
 @MAINTAINER_MODE_TRUE@ @top_srcdir@/tools/doxygen/toc_create.pl \
 @MAINTAINER_MODE_TRUE@    @srcdir@/FAQ.doc @srcdir@/index.doc @srcdir@/contrib.doc \
-@MAINTAINER_MODE_TRUE@    @srcdir@/gtut-introduction.doc
+@MAINTAINER_MODE_TRUE@    @srcdir@/gtut-introduction.doc @srcdir@/history.doc
 @MAINTAINER_MODE_TRUE@ : # Second pass
 @MAINTAINER_MODE_TRUE@ doxygen Doxyfile >/dev/null
 @MAINTAINER_MODE_TRUE@ : # Post-processing
@@ -478,7 +478,7 @@ check-gtut-tocs:
        fi ;
        @rm tmp.curtoc
 
-.PHONY: html
+.PHONY: html html/
 
 dist-files:
        @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done