dasher r3519 - trunk/Data/Help
- From: keithv svn gnome org
- To: svn-commits-list gnome org
- Subject: dasher r3519 - trunk/Data/Help
- Date: Fri, 25 Apr 2008 17:25:07 +0100 (BST)
Author: keithv
Date: Fri Apr 25 16:25:07 2008
New Revision: 3519
URL: http://svn.gnome.org/viewvc/dasher?rev=3519&view=rev
Log:
fixed help compiling
Modified:
trunk/Data/Help/Manual.vcproj
trunk/Data/Help/compile_help.cmd
Modified: trunk/Data/Help/Manual.vcproj
==============================================================================
--- trunk/Data/Help/Manual.vcproj (original)
+++ trunk/Data/Help/Manual.vcproj Fri Apr 25 16:25:07 2008
@@ -174,7 +174,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Transforming DocBook source"
- CommandLine=""$(LIBXML)\xsltproc.exe" --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ "$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl" "$(InputPath)""
+ CommandLine=""$(LIBXML)\xsltproc.exe" --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ "$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl" "$(InputPath)"
"
Outputs=".\Win32\htmlhelp.hhp"
/>
</FileConfiguration>
@@ -184,7 +184,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Transforming DocBook source"
- CommandLine=""$(LIBXML)\xsltproc.exe" --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ "$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl" "$(InputPath)""
+ CommandLine=""$(LIBXML)\xsltproc.exe" --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ "$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl" "$(InputPath)"
"
Outputs=".\Win32\htmlhelp.hhp"
/>
</FileConfiguration>
@@ -198,7 +198,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Compiling HTML Help project"
- CommandLine=".\compile_help.bat "$(HELP_COMPILER)" "$(InputPath)""
+ CommandLine=".\compile_help.bat "$(HELP_COMPILER)" "$(InputPath)"
"
Outputs=".\Win32\dasher.chm"
/>
</FileConfiguration>
@@ -208,7 +208,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Compiling HTML Help project"
- CommandLine=".\compile_help.bat "$(HELP_COMPILER)" "$(InputPath)""
+ CommandLine=".\compile_help.cmd "$(HELP_COMPILER)" "$(InputPath)"
"
Outputs=".\Win32\dasher.chm"
/>
</FileConfiguration>
Modified: trunk/Data/Help/compile_help.cmd
==============================================================================
--- trunk/Data/Help/compile_help.cmd (original)
+++ trunk/Data/Help/compile_help.cmd Fri Apr 25 16:25:07 2008
@@ -1,3 +1,3 @@
-"%1" %2
+%1 %2
exit /B 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]