comparison configure.in @ 1454:fbd02e4d709e

Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.
author zas_
date Tue, 17 Mar 2009 00:05:13 +0000
parents 4da6d326919c
children 3fbec0e63e6b
comparison
equal deleted inserted replaced
1453:bc3f5c0432f6 1454:fbd02e4d709e
40 __IS_DEVELOPER=no 40 __IS_DEVELOPER=no
41 else 41 else
42 __IS_DEVELOPER=yes 42 __IS_DEVELOPER=yes
43 fi 43 fi
44 ]) 44 ])
45
46 DX_HTML_FEATURE(ON)
47 DX_CHM_FEATURE(OFF)
48 DX_CHI_FEATURE(OFF)
49 DX_MAN_FEATURE(OFF)
50 DX_RTF_FEATURE(OFF)
51 DX_XML_FEATURE(OFF)
52 DX_PDF_FEATURE(OFF)
53 DX_PS_FEATURE(OFF)
54
55 DX_INIT_DOXYGEN($PACKAGE_NAME, doxygen.conf, doc/doxygen)
45 56
46 # Debug support 57 # Debug support
47 # ---------------------------------------------------------------------- 58 # ----------------------------------------------------------------------
48 59
49 dnl Debugging option 60 dnl Debugging option