# HG changeset patch # User Martin Geisler # Date 1272143307 -7200 # Node ID 5ff192fb09ff0683dd110e91740693e408840673 # Parent db4d7077f48d1a9d2f2e2d477a319f09f69cb5f9 contrib/win32: update build instructions after cbe400a8e217 diff -r db4d7077f48d -r 5ff192fb09ff contrib/win32/win32-build.txt --- 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