Changeset 1252
- Timestamp:
- 06/09/08 11:37:48 (3 months ago)
- Files:
-
- configure.ac (modified) (1 diff)
- flowcanvas/configure.ac (modified) (1 diff)
- flowcanvas/doc/Makefile.am (modified) (1 diff)
- raul/configure.ac (modified) (1 diff)
- raul/doc/Makefile.am (modified) (1 diff)
- redlandmm/doc/Makefile.am (modified) (1 diff)
- slv2/configure.ac (modified) (1 diff)
- slv2/doc/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
configure.ac
r1251 r1252 400 400 build_documentation="yes" 401 401 AC_ARG_ENABLE(documentation, 402 [AS_HELP_STRING(--enable-documentation, [Build documentation ( no)])],402 [AS_HELP_STRING(--enable-documentation, [Build documentation (yes, if doxygen available)])], 403 403 [build_documentation="$enableval"]) 404 404 if test "$build_documentation" = "yes"; then flowcanvas/configure.ac
r1251 r1252 168 168 build_documentation="yes" 169 169 AC_ARG_ENABLE(documentation, 170 [AS_HELP_STRING(--enable-documentation, [Build documentation ( no)])],170 [AS_HELP_STRING(--enable-documentation, [Build documentation (yes, if doxygen available)])], 171 171 [build_documentation="$enableval"]) 172 172 if test "$build_documentation" = "yes"; then flowcanvas/doc/Makefile.am
r1249 r1252 1 1 EXTRA_DIST = reference.doxygen.in mainpage.dox 2 2 3 if HAVE_DOXYGEN 3 4 all: docs 5 else 6 all: 7 endif 4 8 5 9 reference.doxygen: @FLOWCANVAS_SRCDIR@/doc/reference.doxygen.in raul/configure.ac
r1251 r1252 162 162 build_documentation="yes" 163 163 AC_ARG_ENABLE(documentation, 164 [AS_HELP_STRING(--enable-documentation, [Build documentation ( no)])],164 [AS_HELP_STRING(--enable-documentation, [Build documentation (yes, if doxygen available)])], 165 165 [build_documentation="$enableval"]) 166 166 if test "$build_documentation" = "yes"; then raul/doc/Makefile.am
r1249 r1252 1 1 EXTRA_DIST = reference.doxygen.in mainpage.dox 2 2 3 if HAVE_DOXYGEN 3 4 all: docs 5 else 6 all: 7 endif 4 8 5 9 reference.doxygen: @RAUL_SRCDIR@/doc/reference.doxygen.in redlandmm/doc/Makefile.am
r1249 r1252 1 1 EXTRA_DIST = reference.doxygen.in mainpage.dox 2 2 3 if HAVE_DOXYGEN 3 4 all: docs 5 else 6 all: 7 endif 4 8 5 9 reference.doxygen: @REDLANDMM_SRCDIR@/doc/reference.doxygen.in slv2/configure.ac
r1251 r1252 179 179 build_documentation="yes" 180 180 AC_ARG_ENABLE(documentation, 181 [AS_HELP_STRING(--enable-documentation, [Build documentation ( no)])],181 [AS_HELP_STRING(--enable-documentation, [Build documentation (yes, if doxygen available)])], 182 182 [build_documentation="$enableval"]) 183 183 if test "$build_documentation" = "yes"; then slv2/doc/Makefile.am
r1249 r1252 8 8 9 9 if HAVE_DOXYGEN 10 man_MANS = $(dist_man_MANS) 10 man_MANS = $(dist_man_MANS) 11 all: docs 11 12 else 12 man_mans = 13 man_mans = 14 all: 13 15 endif 14 16 15 17 EXTRA_DIST = mainpage.dox reference.doxygen.in $(man_MANS) 16 18 17 all: docs 19 18 20 19 21 %.3:
