Setting version to 1.6 and adding build-doc.bat

This commit is contained in:
Jorgen Stenarson
2010-07-15 19:09:35 +02:00
parent ea3dcdd168
commit bccf027a41
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -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%
+1 -1
View File
@@ -22,7 +22,7 @@ name = u'pyreadline'
branch = u''
version = u'1.6.svn'
version = u'1.6'
revision = u'$Revision$'