Documented doc and doc-install target

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@175 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-06-24 08:23:52 +00:00
parent 55824a721d
commit 0df2621349

View File

@@ -101,6 +101,10 @@ directory using the subdirectories lib/include/bin.
CMake builds both shared and static under Linux. CMake builds both shared and static under Linux.
Everything will then be build in the <b>Build</b> subdirectory containing the libraries in <b>lib</b> and the binaries in <b>bin</b>. Everything will then be build in the <b>Build</b> subdirectory containing the libraries in <b>lib</b> and the binaries in <b>bin</b>.
There are some additional targets:<br>
<b>doc</b>: Builds the Documentation<br>
<b>doc-install</b>: Builds the Documentation and installs it<br>
<br> <br>
<br> <br>