Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add version of simgrid into the footer of the documentation.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 13:31:54 +0000 (13:31 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 13:31:54 +0000 (13:31 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8876 48e7efb5-ca39-0410-a469-dd3cf9ba447f

.gitignore
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/GenerateDoc.cmake
doc/footer.html.in [moved from doc/footer.html with 76% similarity]

index 1e6b8ac..6bd2da2 100644 (file)
@@ -38,7 +38,9 @@ include/instr/tracing_config.h
 src/context_sysv_config.h\r
 src/gras_config.h\r
 src/smpi/smpicc\r
-src/smpi/smpirun\r
+src/smpi/smpirun
+include/smpi/smpif.h\r
+doc/footer.html
 \r
 ################################################\r
 ### Cmake files\r
index 4d08ea5..e61b383 100644 (file)
@@ -649,6 +649,7 @@ set(DOC_SOURCES
        doc/webcruft/simgrid_logo_small.png
        
        doc/Doxyfile.in
+       doc/footer.html.in
        
        tools/doxygen/bibtex2html_table_count.pl
        tools/doxygen/doxygen_postprocesser.pl
index 389ff95..fde8bec 100644 (file)
@@ -41,7 +41,8 @@ if(DOXYGEN_PATH AND FIG2DEV_PATH AND BIBTOOL_PATH AND BIBTEX2HTML_PATH AND ICONV
        )
        
        configure_file(${CMAKE_HOME_DIRECTORY}/doc/Doxyfile.in ${CMAKE_HOME_DIRECTORY}/doc/Doxyfile @ONLY)
-               
+       configure_file(${CMAKE_HOME_DIRECTORY}/doc/footer.html.in ${CMAKE_HOME_DIRECTORY}/doc/footer.html @ONLY)                
+       
        ADD_CUSTOM_TARGET(simgrid_documentation
                COMMENT "Generating the SimGrid documentation..."
                DEPENDS ${DOC_SOURCES} ${DOC_FIGS} ${source_doxygen}
similarity index 76%
rename from doc/footer.html
rename to doc/footer.html.in
index 588c9e1..723dc2a 100644 (file)
@@ -7,6 +7,9 @@
 <a href="index.html"><b>
 Back to the main Simgrid Documentation page</b></a>
 </td>
+<td align=middle>
+<small>The version of Simgrid documented in this document is for v@release_version@.
+</td>
 <td align=right>
 <small>Generated for SimGridAPI by
 <a href="http://www.doxygen.org/index.html">