| Index: third_party/gsutil/third_party/crcmod/docs/source/make.bat
|
| diff --git a/third_party/webapp2/docs/make.bat b/third_party/gsutil/third_party/crcmod/docs/source/make.bat
|
| old mode 100644
|
| new mode 100755
|
| similarity index 84%
|
| copy from third_party/webapp2/docs/make.bat
|
| copy to third_party/gsutil/third_party/crcmod/docs/source/make.bat
|
| index 850bae867b47615b7f9a38898d9a75fcdaf199d1..f484c985c84fa9d90e4a2cc49bb4159781e400c6
|
| --- a/third_party/webapp2/docs/make.bat
|
| +++ b/third_party/gsutil/third_party/crcmod/docs/source/make.bat
|
| @@ -2,9 +2,7 @@
|
|
|
| REM Command file for Sphinx documentation
|
|
|
| -if "%SPHINXBUILD%" == "" (
|
| - set SPHINXBUILD=sphinx-build
|
| -)
|
| +set SPHINXBUILD=sphinx-build
|
| set BUILDDIR=_build
|
| set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
|
| if NOT "%PAPER%" == "" (
|
| @@ -26,8 +24,6 @@ if "%1" == "help" (
|
| echo. devhelp to make HTML files and a Devhelp project
|
| echo. epub to make an epub
|
| echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
|
| - echo. text to make text files
|
| - echo. man to make manual pages
|
| echo. changes to make an overview over all changed/added/deprecated items
|
| echo. linkcheck to check all external links for integrity
|
| echo. doctest to run all doctests embedded in the documentation if enabled
|
| @@ -88,14 +84,14 @@ if "%1" == "qthelp" (
|
| echo.
|
| echo.Build finished; now you can run "qcollectiongenerator" with the ^
|
| .qhcp project file in %BUILDDIR%/qthelp, like this:
|
| - echo.^> qcollectiongenerator %BUILDDIR%\qthelp\webapp2.qhcp
|
| + echo.^> qcollectiongenerator %BUILDDIR%\qthelp\crcmod.qhcp
|
| echo.To view the help file:
|
| - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\webapp2.ghc
|
| + echo.^> assistant -collectionFile %BUILDDIR%\qthelp\crcmod.ghc
|
| goto end
|
| )
|
|
|
| if "%1" == "devhelp" (
|
| - %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
|
| + %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% _build/devhelp
|
| echo.
|
| echo.Build finished.
|
| goto end
|
| @@ -115,20 +111,6 @@ if "%1" == "latex" (
|
| goto end
|
| )
|
|
|
| -if "%1" == "text" (
|
| - %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
|
| - echo.
|
| - echo.Build finished. The text files are in %BUILDDIR%/text.
|
| - goto end
|
| -)
|
| -
|
| -if "%1" == "man" (
|
| - %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
|
| - echo.
|
| - echo.Build finished. The manual pages are in %BUILDDIR%/man.
|
| - goto end
|
| -)
|
| -
|
| if "%1" == "changes" (
|
| %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
|
| echo.
|
|
|