Mercurial > hg-stable
changeset 10976:5ff192fb09ff
contrib/win32: update build instructions after cbe400a8e217
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 24 Apr 2010 23:08:27 +0200 |
parents | db4d7077f48d |
children | f4778f942a4e |
files | contrib/win32/win32-build.txt |
diffstat | 1 files changed, 3 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/win32/win32-build.txt Fri Apr 23 09:55:47 2010 +0200 +++ b/contrib/win32/win32-build.txt Sat Apr 24 23:08:27 2010 +0200 @@ -82,16 +82,10 @@ Microsoft.VC90.MFC.manifest) Before building the installer, you have to build Mercurial HTML documentation -(or fix mercurial.iss to not reference the doc directory). Docutils does not -come with a ready-made script for rst2html.py, so you will have to write your -own and put it in %PATH% like: - - @python c:\pythonXX\scripts\rst2html.py %* - -Then build the documentation with: +(or fix mercurial.iss to not reference the doc directory): cd doc - mingw32-make RST2HTML=rst2html.bat html + mingw32-make html cd .. If you use ISTool, you open the C:\hg\hg-release\contrib\win32\mercurial.iss @@ -113,7 +107,7 @@ echo compiler=mingw32 >> setup.cfg python setup.py py2exe -b 1 cd doc - mingw32-make RST2HTML=rst2html.bat html + mingw32-make html cd .. iscc contrib\win32\mercurial.iss /DVERSION=snapshot