From acaa675c258b09616ff875b4e77d97aad56325b0 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 3 Feb 2007 07:54:18 +0000 Subject: fix HHC_DIR to work svn path=/trunk/; revision=20693 --- config.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.nmake') 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 -- cgit v1.2.1