summaryrefslogtreecommitdiffstats
path: root/src/docsets.cpp
diff options
context:
space:
mode:
authorJeff Verkoeyen <jverkoey@gmail.com>2014-02-14 23:07:53 (GMT)
committerJeff Verkoeyen <jverkoey@gmail.com>2014-02-15 05:32:39 (GMT)
commit0cc8f6b2a14fdeb6d6769d34edb035b755d1299f (patch)
tree2fe891ae2caf159aa439c73ef1ebd1abea370a76 /src/docsets.cpp
parentcc78b12b0019fbcb17692b231d38ba75d0952201 (diff)
downloadDoxygen-0cc8f6b2a14fdeb6d6769d34edb035b755d1299f.zip
Doxygen-0cc8f6b2a14fdeb6d6769d34edb035b755d1299f.tar.gz
Doxygen-0cc8f6b2a14fdeb6d6769d34edb035b755d1299f.tar.bz2
Properly escape the XCODE path.
This was causing problems on my system where Xcode is installed at /Applications/Xcode 5.0/
Diffstat (limited to 'src/docsets.cpp')
-rw-r--r--src/docsets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docsets.cpp b/src/docsets.cpp
index de75819..52d24bb 100644
--- a/src/docsets.cpp
+++ b/src/docsets.cpp
@@ -72,7 +72,7 @@ void DocSets::initialize()
"DOCSET_RESOURCES=$(DOCSET_CONTENTS)/Resources\n"
"DOCSET_DOCUMENTS=$(DOCSET_RESOURCES)/Documents\n"
"DESTDIR=~/Library/Developer/Shared/Documentation/DocSets\n"
- "XCODE_INSTALL=$(shell xcode-select -print-path)\n"
+ "XCODE_INSTALL=\"$(shell xcode-select -print-path)\"\n"
"\n"
"all: docset\n"
"\n"