URL
https://opencores.org/ocsvn/tcp_socket/tcp_socket/trunk
Subversion Repositories tcp_socket
[/] [tcp_socket/] [trunk/] [chips2/] [docs/] [make.bat] - Rev 4
Compare with Previous | Blame | View Log
@ECHO OFFREM Command file for Sphinx documentationset SPHINXBUILD=sphinx-buildset BUILDDIR=buildset ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% sourceif NOT "%PAPER%" == "" (set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%)if "%1" == "" goto helpif "%1" == "help" (:helpecho.Please use `make ^<target^>` where ^<target^> is one ofecho. html to make standalone HTML filesecho. dirhtml to make HTML files named index.html in directoriesecho. pickle to make pickle filesecho. json to make JSON filesecho. htmlhelp to make HTML files and a HTML help projectecho. qthelp to make HTML files and a qthelp projectecho. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letterecho. changes to make an overview over all changed/added/deprecated itemsecho. linkcheck to check all external links for integrityecho. doctest to run all doctests embedded in the documentation if enabledgoto end)if "%1" == "clean" (for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%idel /q /s %BUILDDIR%\*goto end)if "%1" == "html" (%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/htmlecho.echo.Build finished. The HTML pages are in %BUILDDIR%/html.goto end)if "%1" == "dirhtml" (%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtmlecho.echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.goto end)if "%1" == "pickle" (%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickleecho.echo.Build finished; now you can process the pickle files.goto end)if "%1" == "json" (%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/jsonecho.echo.Build finished; now you can process the JSON files.goto end)if "%1" == "htmlhelp" (%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelpecho.echo.Build finished; now you can run HTML Help Workshop with the ^.hhp project file in %BUILDDIR%/htmlhelp.goto end)if "%1" == "qthelp" (%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelpecho.echo.Build finished; now you can run "qcollectiongenerator" with the ^.qhcp project file in %BUILDDIR%/qthelp, like this:echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Chips.qhcpecho.To view the help file:echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Chips.ghcgoto end)if "%1" == "latex" (%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latexecho.echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.goto end)if "%1" == "changes" (%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changesecho.echo.The overview file is in %BUILDDIR%/changes.goto end)if "%1" == "linkcheck" (%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheckecho.echo.Link check complete; look for any errors in the above output ^or in %BUILDDIR%/linkcheck/output.txt.goto end)if "%1" == "doctest" (%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctestecho.echo.Testing of doctests in the sources finished, look at the ^results in %BUILDDIR%/doctest/output.txt.goto end):end
