summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-06-19 12:05:42 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-06-19 12:05:42 (GMT)
commiteb3ab2452d8a1ef7a85af7a03e1622c12b40400b (patch)
tree272148106929c9abe9b1e146cfa2751c562082c2 /doc
parent21178ab40160abf011fa084a10892b5b7821e44c (diff)
downloadDoxygen-eb3ab2452d8a1ef7a85af7a03e1622c12b40400b.zip
Doxygen-eb3ab2452d8a1ef7a85af7a03e1622c12b40400b.tar.gz
Doxygen-eb3ab2452d8a1ef7a85af7a03e1622c12b40400b.tar.bz2
Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces in filenames
Adjusted the rules files and where and the vcproj file so it can handle paths with spaces as well. When generating the documentation (Cygwin) a small problem appeared in a Makefile when there is a space in the path, this is solved as well.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 1f472e6..f0c3a03 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -17,7 +17,7 @@ all: language config.doc FORCE
export DOXYGEN_DOCDIR; \
VERSION=$(VERSION) ; \
export VERSION; \
- $(DOXYGEN)/bin/doxygen
+ "$(DOXYGEN)/bin/doxygen"
@rm -f ../latex/refman.tex
@cp doxygen_logo*.gif ../html
@cp Makefile.latex ../latex/Makefile