Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2417)

Side by Side Diff: third_party/gsutil/boto/docs/make.bat

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 @ECHO OFF 1 @ECHO OFF
2 2
3 REM Command file for Sphinx documentation 3 REM Command file for Sphinx documentation
4 4
5 set SPHINXBUILD=sphinx-build 5 set SPHINXBUILD=sphinx-build
6 set BUILDDIR=build 6 set BUILDDIR=build
7 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source 7 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
8 if NOT "%PAPER%" == "" ( 8 if NOT "%PAPER%" == "" (
9 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% 9 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
10 ) 10 )
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 if "%1" == "doctest" ( 105 if "%1" == "doctest" (
106 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest 106 %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
107 echo. 107 echo.
108 echo.Testing of doctests in the sources finished, look at the ^ 108 echo.Testing of doctests in the sources finished, look at the ^
109 results in %BUILDDIR%/doctest/output.txt. 109 results in %BUILDDIR%/doctest/output.txt.
110 goto end 110 goto end
111 ) 111 )
112 112
113 :end 113 :end
OLDNEW
« no previous file with comments | « third_party/gsutil/boto/boto/vpc/vpngateway.py ('k') | third_party/gsutil/boto/docs/source/_templates/layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698