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 issue

If you specify 'en' value as <lang> option explicitly,
Build.bat doesn't work well.

Changeset 634ae7ff0aeb

Parent 8ea8dc1022ef

by Yuki KODAMA

Changes to one file · Browse files at 634ae7ff0aeb Showing diff from parent 8ea8dc1022ef Diff from another changeset...

Change 1 of 2 Show Entire File doc/​Build.bat Stacked
 
7
8
9
 
 
 
10
11
12
 
25
26
27
28
 
29
30
31
 
7
8
9
10
11
12
13
14
15
 
28
29
30
 
31
32
33
34
@@ -7,6 +7,9 @@
 if not "%2" == "" (   set OUTPUTDIRSUFFIX=-%2  ) +if "%2" == "en" ( + set OUTPUTDIRSUFFIX= +)  set OUTPUTDIR=build%OUTPUTDIRSUFFIX%  set ALLSPHINXOPTS=-d %OUTPUTDIR%/doctrees %SPHINXOPTS% source%OUTPUTDIRSUFFIX%  if not "%PAPER%" == "" ( @@ -25,7 +28,7 @@
  echo. pdf to make PDF file, you can set PAPER=a4 or PAPER=letter   echo.   echo.and where ^<lang^> is one of - echo. en to make target in English + echo. en to make target in English ^(default^)   echo. ja to make target in Japanese   goto end  )