add info on how to build doxygen doc with autotools
authorAntonin Descampe <antonin@gmail.com>
Thu, 11 Nov 2010 11:36:10 +0000 (11:36 +0000)
committerAntonin Descampe <antonin@gmail.com>
Thu, 11 Nov 2010 11:36:10 +0000 (11:36 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index a82faa9ea092f03eb2c364c63b4a3961fc062b67..741acd4cbdfb3eb57a05ca12edadb9f4a97f5b27 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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: