fixing typo to correct broken build

This commit is contained in:
sbohlen
2010-12-10 16:15:27 +00:00
parent f3276b4d68
commit 7aa5c5bd57

View File

@@ -75,7 +75,7 @@
<!-- HTML Help Workshop project (.hhp) -> HTML Help file (.chm) -->
<property name="hhc.path" value="c:\program files\HTML Help Workshop" />
<if test="${not file::exists(hhc.path}">
<if test="${not file::exists(hhc.path)}">
<readregistry property="hhc.path" key="SOFTWARE\Microsoft\HTML Help Workshop\InstallDir" hive="CurrentUser" />
</if>
<exec program="${hhc.path}\hhc.exe" commandline="${project.targetdir}\htmlhelp\htmlhelp.hhp" failonerror="false" />