dasher r3519 - trunk/Data/Help



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="&quot;$(LIBXML)\xsltproc.exe&quot; --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ &quot;$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl&quot; &quot;$(InputPath)&quot;"
+						CommandLine="&quot;$(LIBXML)\xsltproc.exe&quot; --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ &quot;$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 						Outputs=".\Win32\htmlhelp.hhp"
 					/>
 				</FileConfiguration>
@@ -184,7 +184,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Transforming DocBook source"
-						CommandLine="&quot;$(LIBXML)\xsltproc.exe&quot; --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ &quot;$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl&quot; &quot;$(InputPath)&quot;"
+						CommandLine="&quot;$(LIBXML)\xsltproc.exe&quot; --stringparam htmlhelp.chm dasher.chm --param manifest.in.base.dir 1 --stringparam base.dir .\Win32\ &quot;$(DOCBOOK_XSL)\htmlhelp\htmlhelp.xsl&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 						Outputs=".\Win32\htmlhelp.hhp"
 					/>
 				</FileConfiguration>
@@ -198,7 +198,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Compiling HTML Help project"
-						CommandLine=".\compile_help.bat &quot;$(HELP_COMPILER)&quot; &quot;$(InputPath)&quot;"
+						CommandLine=".\compile_help.bat &quot;$(HELP_COMPILER)&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 						Outputs=".\Win32\dasher.chm"
 					/>
 				</FileConfiguration>
@@ -208,7 +208,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Compiling HTML Help project"
-						CommandLine=".\compile_help.bat &quot;$(HELP_COMPILER)&quot; &quot;$(InputPath)&quot;"
+						CommandLine=".\compile_help.cmd &quot;$(HELP_COMPILER)&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 						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]