summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-11 19:34:12 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-11 19:34:12 +0000
commitdb20dd756fef994fca6dd4785f1ac86e76f3f68e (patch)
tree09cbf5a6e44108ef6cf849f2736a54febba896f8 /doc
parent0488bd44fb51fcc4a37764c20556fab68b429d2f (diff)
downloadcppunit-db20dd756fef994fca6dd4785f1ac86e76f3f68e.tar.gz
Config/bb_enable_doxygen.
config/bb_enable_doxygen.m4: * doc/Makefile.am: applied Luke Dunstan's fix for bug #700730 (spaces not allowed in doxygen path)
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index aca44d3..13ec97f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -47,7 +47,7 @@ all-local: dox
html/index.html: Doxyfile $(doxygen_input)
- @DOXYGEN@
+ "@DOXYGEN@"
# Make tarfile to distribute the HTML documentation.