mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-20 04:11:52 +00:00
set svn:eol-style
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3599 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
cb588a3c5d
commit
058627fb66
4 changed files with 28 additions and 28 deletions
|
|
@ -1,16 +1,16 @@
|
|||
@echo off
|
||||
REM batch file for generating the windows .exe installer
|
||||
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
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time install.txt install.html
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time other.txt other.html
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time upgrading.txt upgrading.html
|
||||
%PYTHON% ..\bfknav.py
|
||||
cd ..\..
|
||||
%PYTHON% setup.py clean --all
|
||||
%PYTHON% setup.py sdist --manifest-only
|
||||
%PYTHON% setup.py build -c mingw32 bdist_wininst -b hase.bmp
|
||||
REM start resource editor for .exe icon
|
||||
"%PROGRAMFILES%\XN Resource Editor\XNResourceEditor.exe"
|
||||
@echo off
|
||||
REM batch file for generating the windows .exe installer
|
||||
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
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time install.txt install.html
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time other.txt other.html
|
||||
%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time upgrading.txt upgrading.html
|
||||
%PYTHON% ..\bfknav.py
|
||||
cd ..\..
|
||||
%PYTHON% setup.py clean --all
|
||||
%PYTHON% setup.py sdist --manifest-only
|
||||
%PYTHON% setup.py build -c mingw32 bdist_wininst -b hase.bmp
|
||||
REM start resource editor for .exe icon
|
||||
"%PROGRAMFILES%\XN Resource Editor\XNResourceEditor.exe"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% setup.py sdist --manifest-only
|
||||
%PYTHON% setup.py build -c mingw32
|
||||
copy build\lib.win32-2.5\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser
|
||||
copy build\lib.win32-2.5\linkcheck\ftpparse\_ftpparse.pyd linkcheck\ftpparse
|
||||
@echo off
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% setup.py sdist --manifest-only
|
||||
%PYTHON% setup.py build -c mingw32
|
||||
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 25\python.exe"
|
||||
%PYTHON% linkchecker %*
|
||||
@echo off
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% linkchecker %*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% test.py -pvw %*
|
||||
@echo off
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% test.py -pvw %*
|
||||
|
|
|
|||
Loading…
Reference in a new issue