From: mquinson Date: Mon, 30 Jul 2007 13:43:22 +0000 (+0000) Subject: integrate the history to the build infrastructure X-Git-Tag: v3.3~1450 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fcd242374852703578fad1dc49316d2571e67155 integrate the history to the build infrastructure git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3910 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 815d2cce77..efaa78a363 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -469,6 +469,7 @@ INPUT = @srcdir@/index.doc \ @srcdir@/FAQ.doc \ @srcdir@/contrib.doc \ @srcdir@/publis.doc \ + @srcdir@/history.doc \ ./index-API.doc \ \ @srcdir@/modules.doc \ diff --git a/doc/Makefile.am b/doc/Makefile.am index 55cd766f33..84ca5a3717 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ 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) @@ -25,7 +25,7 @@ simgrid_modules.map: fig/simgrid_modules.fig html: Doxyfile ./logcategories.doc simgrid_modules.map $(PNGS) $(DOCSOURCES) \ html/gras.html html/amok.html html/msg.html html/simdag.html : # Setting up - touch index-API.doc .FAQ.doc.toc .index.doc.toc .contrib.doc.toc + touch index-API.doc .FAQ.doc.toc .index.doc.toc .contrib.doc.toc .history.doc.toc test -e html || mkdir html cp $(foreach file,$(PNGS),@srcdir@/$(file)) html/ cp @srcdir@/webcruft/Paje_MSG_screenshot_thn.jpg @srcdir@/webcruft/Paje_MSG_screenshot.jpg html/ @@ -35,7 +35,7 @@ html: Doxyfile ./logcategories.doc simgrid_modules.map $(PNGS) $(DOCSOURCES) \ @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 \ - @srcdir@/gtut-introduction.doc + @srcdir@/gtut-introduction.doc @srcdir@/history.doc : # Second pass doxygen Doxyfile >/dev/null : # Post-processing @@ -115,6 +115,6 @@ check-gtut-tocs: fi ; @rm tmp.curtoc -.PHONY: html +.PHONY: html html/ include $(top_srcdir)/acmacro/dist-files.mk diff --git a/doc/Makefile.in b/doc/Makefile.in index cc78304d9d..ccbf48226a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index d351a0d3c6..54e9662009 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -3,7 +3,7 @@ use strict; # Add here the pages of the documentation generated by a @page doxygen macro -my @extra_files = qw(html/index.html html/faq.html html/publis.html html/pages.html html/modules.html html/contrib.html index.php html/GRAS_tut.html); +my @extra_files = qw(html/index.html html/faq.html html/history.html html/publis.html html/pages.html html/modules.html html/contrib.html index.php html/GRAS_tut.html); # GRAS tutorial map {push @extra_files, "html/GRAS_tut_$_.html"} qw (intro @@ -245,6 +245,7 @@ foreach my $file (@allfiles) { } if (m,
  • Data\ Structures
  • ,) { print TO ' Publications'."\n"; + print TO ' History'."\n"; next; } s|Modules|Modules API|g;