add info on how to build doxygen doc with autotools

This commit is contained in:
Antonin Descampe 2010-11-11 11:36:10 +00:00
parent 2a4563a677
commit 3eab8f975e
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ If 'configure' does not find a library or header file,
or to see available configure options, please try
'./configure --help'.
Note: if Doxygen is found on your system, a target 'docs'
will automatically be created in 'doc/Makefile'. To build
the documentation (it will create an 'html' directory):
cd doc
make docs
2) Using cmake (see www.cmake.org)
Type: