diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-29 10:11:12 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-29 10:11:12 (GMT) |
commit | a934b38cd8b355648e0c07123a99e222ce7cd12b (patch) | |
tree | b0768f059d8b116092a15f295347b3797f43e6c0 /doc | |
parent | ae962ae4a4dd46f4730982f97110cbf3d2aef397 (diff) | |
download | Doxygen-a934b38cd8b355648e0c07123a99e222ce7cd12b.zip Doxygen-a934b38cd8b355648e0c07123a99e222ce7cd12b.tar.gz Doxygen-a934b38cd8b355648e0c07123a99e222ce7cd12b.tar.bz2 |
Release-1.8.1.2-20120729
Diffstat (limited to 'doc')
-rw-r--r-- | doc/commands.doc | 1 | ||||
-rw-r--r-- | doc/install.doc | 42 |
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 |