contrib/win32: update build instructions after cbe400a8e217
authorMartin Geisler <mg@lazybytes.net>
Sat, 24 Apr 2010 23:08:27 +0200
changeset 10976 5ff192fb09ff
parent 10975 db4d7077f48d
child 10977 f4778f942a4e
contrib/win32: update build instructions after cbe400a8e217
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