Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable doc: change name of output chm file

Changeset ed438af1dfd9

Parent 87b760e078b5

by Steve Borho

Changes to 2 files · Browse files at ed438af1dfd9 Showing diff from parent 87b760e078b5 Diff from another changeset...

Change 1 of 2 Show Entire File doc/​Build.bat Stacked
 
1
2
3
 
 
 
4
5
6
 
56
57
58
59
 
60
61
62
 
1
2
 
3
4
5
6
7
8
 
58
59
60
 
61
62
63
64
@@ -1,6 +1,8 @@
 @echo off   -set hhc_compiler="%ProgramFiles%\HTML Help Workshop\hhc.exe" +if "%hhc_compiler" equ "" ( + set hhc_compiler="%ProgramFiles%\HTML Help Workshop\hhc.exe" +)  set PDFLATEX=PdfLatex  set SPHINXBUILD=sphinx-build  set OUTPUTDIRSUFFIX= @@ -56,7 +58,7 @@
   if "%1" == "chm" (   %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %OUTPUTDIR%/chm - %hhc_compiler% %OUTPUTDIR%/chm/TortoiseHGdoc.hhp + %hhc_compiler% %OUTPUTDIR%/chm/TortoiseHG.hhp   echo.   echo.Build finished. The CHM file is in %OUTPUTDIR%/chm.   goto end
 
153
154
155
156
 
157
158
159
 
153
154
155
 
156
157
158
159
@@ -153,7 +153,7 @@
 #html_file_suffix = ''    # Output file base name for HTML help builder. -htmlhelp_basename = 'TortoiseHgdoc' +htmlhelp_basename = 'TortoiseHg'      # Options for LaTeX output