Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:SpringSource/spring-net-vsnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaia committed Jan 29, 2011
2 parents c652d95 + 52e3767 commit 9869e84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/reference/docbook.build
Expand Up @@ -93,7 +93,11 @@
<!-- docbook -> HTML Help Workshop project (.hhp) -->
<exec workingdir="${project.targetdir}" program="java" commandline='-cp "..\lib\saxon6-5-5\saxon.jar;..\lib\xslthl-2.0.0\xslthl-2.0.0.jar" com.icl.saxon.StyleSheet ../src/index.xml "..\lib\docbook-xsl-snapshot\htmlhelp\springnet.xsl" highlight.xslthl.config="file:///${project.basedir}/lib/docbook-xsl-snapshot/highlighting/xslthl-config.xml"' />
<!-- HTML Help Workshop project (.hhp) -> HTML Help file (.chm) -->
<readregistry property="hhc.path" key="software\microsoft\html help workshop\installdir" hive="currentuser" />
<property name="hhc.path" value="c:\Program Files\HTML Help Workshop" />

<if test="${not directory::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" />
<!-- cleanup -->

Expand Down

0 comments on commit 9869e84

Please sign in to comment.