summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-29 10:11:12 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-29 10:11:12 (GMT)
commit103e4fb7fff489fc483f4d3c9c86da41a25926be (patch)
treeb0768f059d8b116092a15f295347b3797f43e6c0 /doc
parentaa849afd11acf245033a5965a2c7c96b26db3bf0 (diff)
downloadDoxygen-103e4fb7fff489fc483f4d3c9c86da41a25926be.zip
Doxygen-103e4fb7fff489fc483f4d3c9c86da41a25926be.tar.gz
Doxygen-103e4fb7fff489fc483f4d3c9c86da41a25926be.tar.bz2
Release-1.8.1.2-20120729
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc1
-rw-r--r--doc/install.doc42
2 files changed, 22 insertions, 21 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 1fdf971..66eabd9 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -600,6 +600,7 @@ Structural indicators
\sa section \ref cmdendinternal "\\endinternal".
+
<hr>
\section cmdmainpage \\mainpage [(title)]
diff --git a/doc/install.doc b/doc/install.doc
index d076cf3..d8a75a2 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -135,33 +135,33 @@ Compilation is now done by performing the following steps:
\section install_bin_unix Installing the binaries on UNIX
- 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:
+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:
- ./configure
- make install
+ ./configure
+ make install
- Binaries are installed into the directory <code>\<prefix\>/bin</code>.
- Use <code>make install_docs</code> to install the
- documentation and examples into <code>\<docdir\>/doxygen</code>.
+Binaries are installed into the directory <code>\<prefix\>/bin</code>.
+Use <code>make install_docs</code> to install the
+documentation and examples into <code>\<docdir\>/doxygen</code>.
- <code>\<prefix\></code> defaults to <code>/usr/local</code> 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</code> and can be changed with
- the <code>--docdir</code> option of the configure script.
+<code>\<prefix\></code> defaults to <code>/usr/local</code> 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</code> and can be changed with
+the <code>--docdir</code> option of the configure script.
- Alternatively, you can also copy the binaries from the <code>bin</code>
- directory manually to some <code>bin</code> directory in your search path.
- This is sufficient to use doxygen.
+Alternatively, you can also copy the binaries from the <code>bin</code>
+directory manually to some <code>bin</code> directory in your search path.
+This is sufficient to use doxygen.
- \note You need the GNU install tool for this to work (it is part of
- the coreutils package). Other install tools may put the binaries in
- the wrong directory!
+\note You need the GNU install tool for this to work (it is part of
+the coreutils package). Other install tools may put the binaries in
+the wrong directory!
- If you have a RPM or DEP package, then please follow the
- standard installation procedure that is required for these packages.
+If you have a RPM or DEP package, then please follow the
+standard installation procedure that is required for these packages.
\section unix_problems Known compilation problems for UNIX