summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-11-11 11:36:10 +0000
committerAntonin Descampe <antonin@gmail.com>2010-11-11 11:36:10 +0000
commit3eab8f975e0ee4fbcfcf47c486d35217f65d50d1 (patch)
tree09cd8f46ef9f28850fe2f054b152ef84825987d8
parent2a4563a677656e3071be9ac07c7ae83b5b379498 (diff)
add info on how to build doxygen doc with autotools
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a82faa9e..741acd4c 100644
--- 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: