mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
15 lines
370 B
Batchfile
15 lines
370 B
Batchfile
SET VERSION=1.7
|
|
python setup.py build_sphinx
|
|
rem python setup.py build_sphinx -b latex
|
|
|
|
rem pushd build\sphinx\latex
|
|
rem pdflatex pyreadline.tex
|
|
rem pdflatex pyreadline.tex
|
|
rem pdflatex pyreadline.tex
|
|
rem popd
|
|
|
|
mkdir dist
|
|
copy build\sphinx\latex\pyreadline.pdf dist\pyreadline-%VERSION%.pdf
|
|
|
|
xcopy /S /I build\sphinx\html dist\pyreadline-htmldoc-%VERSION%
|