diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.doc | 20 | ||||
-rw-r--r-- | doc/language.doc | 6 | ||||
-rw-r--r-- | doc/maintainers.txt | 2 |
3 files changed, 15 insertions, 13 deletions
diff --git a/doc/install.doc b/doc/install.doc index abdf020..2d0de5f 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -129,7 +129,7 @@ Compilation is now done by performing the following steps: To let doxygen generate the HTML documentation. - \note you will need the stream editor <code>sed</code> for this, + \note You will need the stream editor <code>sed</code> for this, but this should be available on any Unix platform. The HTML directory of the distribution will now contain the html @@ -137,7 +137,7 @@ Compilation is now done by performing the following steps: <code>index.html</code> in the html directory). -<li>Optional: Generate a postscript and pdf version of the manual. +<li>Optional: Generate a PostScript and PDF version of the manual (you will need <code>latex</code> and <code>dvips</code> and the ghostscript package for this). @@ -153,21 +153,23 @@ Compilation is now done by performing the following steps: \subsection install_bin_unix Installating the binaries on Unix - If you downloaded the binary distribution for Unix, you can install - doxygen by typing: + After the compilation of the source code do a <code>make install</code> + to install doxygen. If you downloaded the binary distribution for Unix, + type: \verbatim ./configure make install \endverbatim - Binaries are installed in the directory <code>\<prefix\>/bin</code>, - documentation and examples in the directory - <code>\<prefix\>/share/doc/packages/doxygen</code> (use - <code>make install DOCDIR=\<path\></code> to change this). + Binaries are installed into the directory <code>\<prefix\>/bin</code>. + Use <code>make install_docs DOCDIR=\<path\></code> to install the + documentation and examples into the <code>\<path\></code> directory. <code>\<prefix\></code> defaults to /usr but can be changed with the <code>--prefix</code> option of the configure script. + The default <code>DOCDIR</code> directory is + <code>\<prefix\>/share/doc/packages/doxygen</code> Alternatively, you can also copy the binaries from the <code>bin</code> directory manually to some <code>bin</code> directory in your search path. @@ -402,7 +404,7 @@ Here is what is required: <code>latex</code>, <code>dvips</code> and <code>gswin32</code>. To get these working under Windows install the fpTeX distribution. You can download it at: - ftp://ctan.tug.org/tex-archive/systems/win32/web2c/fptex-0.3/ + http://www.ese-metz.fr/~popineau/fptex/wwwfptex.html Make sure the tools are available from a dos box, by adding the directory they are in to the search path. diff --git a/doc/language.doc b/doc/language.doc index 9f9911f..2ddb450 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -101,8 +101,8 @@ when the translator was updated. </TR> <TR BGCOLOR="#ffffff"> <TD>French</TD> - <TD>Christophe Bordeux</TD> - <TD>bordeux@NOSPAM.lig.di.epfl.ch</TD> + <TD>Xavier Outhier</TD> + <TD>xavier.outhier@NOSPAM.anfdata.cz</TD> <TD>1.2.0</TD> </TR> <TR BGCOLOR="#ffffff"> @@ -217,7 +217,7 @@ when the translator was updated. \hline Finnish & Olli Korhonen & {\tt Olli.Korhonen@ccc.fi} & 1.0.0 \\ \hline - French & Christophe Bordeux & {\tt bordeux@lig.di.epfl.ch} & 1.2.0 \\ + French & Xavier Outhier & {\tt xavier.outhier@anfdata.cz} & 1.2.0 \\ \hline German & Jens Seidel & {\tt jensseidel@users.sourceforge.net} & up-to-date \\ & Jens Breitenstein & {\tt Jens.Breitenstein@tlc.de} & \\ diff --git a/doc/maintainers.txt b/doc/maintainers.txt index 11a231a..1386a9b 100644 --- a/doc/maintainers.txt +++ b/doc/maintainers.txt @@ -27,7 +27,7 @@ Finnish Olli Korhonen: Olli.Korhonen@ccc.fi French -Christophe Bordeux: bordeux@lig.di.epfl.ch +Xavier Outhier: xavier.outhier@anfdata.cz German Jens Seidel: jensseidel@users.sourceforge.net |