Skip to content

Commit

Permalink
Add comment and delete temporary file after use.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aa2f44796-8cc0-49ac-b43f-6a96d556d52d/trunk%40391
  • Loading branch information
theller committed Aug 20, 2008
1 parent 1c54ce3 commit 5b1f733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions preview.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@echo off
REM
REM Convert setup.py's long description to HTML and show it.
REM
py25 setup.py --long-description | py25 web\rst2html.py --link-stylesheet --stylesheet=http://www.python.org/styles/styles.css > ~pypi.html
start ~pypi.html
del ~pypi.html

0 comments on commit 5b1f733

Please sign in to comment.