mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
switch to python 2.5
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3493 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
08b7bd6f1a
commit
f675834b9d
4 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
REM batch file for generating the windows .exe installer
|
||||
set PYTHON="c:\Python 24\python.exe"
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
cd doc\en
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time documentation.txt documentation.html
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time index.txt index.html
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python 24\python.exe"
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% setup.py sdist --manifest-only
|
||||
%PYTHON% setup.py build -c mingw32
|
||||
copy build\lib.win32-2.4\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser
|
||||
copy build\lib.win32-2.4\linkcheck\ftpparse\_ftpparse.pyd linkcheck\ftpparse
|
||||
copy build\lib.win32-2.5\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser
|
||||
copy build\lib.win32-2.5\linkcheck\ftpparse\_ftpparse.pyd linkcheck\ftpparse
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python 24\python.exe"
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% linkchecker %*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python 24\python.exe"
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% test.py -pvw %*
|
||||
|
|
|
|||
Loading…
Reference in a new issue