summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-02-03 19:33:32 +0000
committerBill Meier <wmeier@newsguy.com>2007-02-03 19:33:32 +0000
commit07ab8a268b008b41966b7f5c82bcbfb76b3d4a21 (patch)
tree1a6c410dab04d327ebb22dc1767ce4e2741537fc /config.nmake
parentb148f6b03ff55fd6401c65579559f3964e28baf5 (diff)
downloadwireshark-07ab8a268b008b41966b7f5c82bcbfb76b3d4a21.tar.gz
Quotes around HHC_DIR required so build doesn't fail;
Will the buildbot "build docs" step work ? Let's see svn path=/trunk/; revision=20698
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 01b6b00e06..f51288e111 100644
--- a/config.nmake
+++ b/config.nmake
@@ -389,7 +389,7 @@ MAKENSIS="$(PROGRAM_FILES)\nsis\makensis.exe"
# If you don't want the online help (or don't have the tools),
# comment this line out, so that HHC_DIR isn't defined.
#
-HHC_DIR=$(PROGRAM_FILES)/HTML Help Workshop
+HHC_DIR="$(PROGRAM_FILES)/HTML Help Workshop"
##### Flags, PATHs and Miscellaneous #####