From: Navarrop Date: Mon, 14 Nov 2011 10:16:49 +0000 (+0100) Subject: Add button for website. X-Git-Tag: v3_9_90~569^2~19^2~163 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/76a4d575ce07a045a2dc097433ec94ba35715b9f?ds=sidebyside Add button for website. --- diff --git a/.gitignore b/.gitignore index 42403ade75..4c969750a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ +*.tag +Doxyfile +footer.html +doc/html *.class simgrid.jar -libSG_java.so +libSG_java.so* build/ *.dylib .project diff --git a/doc/footer.html.in b/doc/footer.html.in index 244d7ab41b..cbbd75e500 100644 --- a/doc/footer.html.in +++ b/doc/footer.html.in @@ -5,7 +5,7 @@ -Back to the main Simgrid Documentation page +Back to the main Simgrid-Java Documentation page The version of Simgrid-java documented here is v@SIMGRID_JAVA_VERSION_MAJOR@.@SIMGRID_JAVA_VERSION_MINOR@.
diff --git a/doc/install.doc b/doc/install.doc index 6ab47347ab..bfcae328db 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -3,7 +3,7 @@ \section bindings_binding_java_install How to install Simgrid-java To use java with Simgrid you have to install some dependencies: - \li Simgrid (see install Simgrid). Be sure having set the environment variable "SIMGRID_ROOT". + \li Simgrid (see install Simgrid). Be sure having set the environment variable "SIMGRID_ROOT". \li Java packages: sun-java6-jdk and libgcj10-dev. If you cannot find the libgcj10-dev, try another version. diff --git a/doxygen_postprocesser.pl b/doxygen_postprocesser.pl index 4bd645969a..07e2dcc784 100755 --- a/doxygen_postprocesser.pl +++ b/doxygen_postprocesser.pl @@ -33,7 +33,7 @@ while () { $tmp_buff .= $_; $tmp_buff .= '
  • Install SimGrid-Java
  • '."\n"; $tmp_buff .= '
  • Javadoc
  • '."\n"; - + $tmp_buff .= '
  • Website
  • '."\n"; $tabs = 0; my $filename = $file;