mirror of
https://github.com/wassname/pyreadline.git
synced 2026-07-16 01:20:11 +08:00
Setting version to 1.6 and adding build-doc.bat
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
SET VERSION=1.6
|
||||
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%
|
||||
@@ -22,7 +22,7 @@ name = u'pyreadline'
|
||||
|
||||
branch = u''
|
||||
|
||||
version = u'1.6.svn'
|
||||
version = u'1.6'
|
||||
|
||||
revision = u'$Revision$'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user