Files
2011-02-25 19:36:19 +01:00

15 lines
348 B
Batchfile

SET VERSION=1.6.2
python setup.py build_sphinx
python setup.py build_sphinx -b latex
pushd build\sphinx\latex
pdflatex pyreadline.tex
pdflatex pyreadline.tex
pdflatex pyreadline.tex
popd
mkdir dist
copy build\sphinx\latex\pyreadline.pdf dist\pyreadline-%VERSION%.pdf
xcopy /S /I build\sphinx\html dist\pyreadline-htmldoc-%VERSION%