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: fix build.bat to create index in pdf

copied from makefile

Changeset 4e7c6a100f86

Parent 507f89f6ffee

by Giampaolo Fadel

Changes to one file · Browse files at 4e7c6a100f86 Showing diff from parent 507f89f6ffee Diff from another changeset...

Change 1 of 1 Show Entire File doc/​Build.bat Stacked
 
63
64
65
 
 
 
 
 
 
66
67
68
 
63
64
65
66
67
68
69
70
71
72
73
74
@@ -63,6 +63,12 @@
  pushd .   cd %OUTPUTDIR%\pdf   %PDFLATEX% TortoiseHG.tex + %PDFLATEX% TortoiseHG.tex + %PDFLATEX% TortoiseHG.tex + makeindex -s python.ist TortoiseHG.idx + makeindex -s python.ist modTortoiseHG.idx + %PDFLATEX% TortoiseHG.tex + %PDFLATEX% TortoiseHG.tex   popd   echo.   echo.Build finished; the PDF file is in %OUTPUTDIR%/pdf.