summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-02-03 07:54:18 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-02-03 07:54:18 +0000
commitacaa675c258b09616ff875b4e77d97aad56325b0 (patch)
tree288c58e165cff783bae250d63e96c0012a7bdfda /config.nmake
parentf95f5a5437292b3280cb98d022adee613b7cb85b (diff)
downloadwireshark-acaa675c258b09616ff875b4e77d97aad56325b0.tar.gz
fix HHC_DIR to work
svn path=/trunk/; revision=20693
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 5200c630df..01b6b00e06 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 #####
@@ -515,7 +515,7 @@ FOP_OPTS=-Xmx256m
#
# Beware: hhc.exe is NOT part of the MSVC packages in HHC_DIR mentioned above,
# so you'll need to install the HTML Help Workshop for this.
-HHC_EXE=$(HHC_DIR)\hhc.exe
+HHC_EXE="$(HHC_DIR)\hhc.exe"
# html to text converter for text version of release notes, e.g. elinks.
# This could also be "lynx", or "true" if neither elinks nor lynx is installed