Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
integrate the history to the build infrastructure
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 30 Jul 2007 13:43:22 +0000 (13:43 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 30 Jul 2007 13:43:22 +0000 (13:43 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3910 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/Doxyfile.in
doc/Makefile.am
doc/Makefile.in
tools/doxygen/doxygen_postprocesser.pl

index 815d2cc..efaa78a 100644 (file)
@@ -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 \
index 55cd766..84ca5a3 100644 (file)
@@ -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
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
index d351a0d..54e9662 100755 (executable)
@@ -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,<li><a href="(doc/)?annotated.html"><span>Data\&nbsp;Structures</span></a></li>,) {
         print TO '    <li'.($file =~ m,(doc/)?publis.html, ? " class='current'" :"").'><a href="'.$1.'publis.html"><span>Publications</span></a></li>'."\n";
+        print TO '    <li'.($file =~ m,(doc/)?history.html, ? " class='current'" :"").'><a href="'.$1.'history.html"><span>History</span></a></li>'."\n";
         next;
       }
       s|<span>Modules</span>|<span>Modules API</span>|g;