##// END OF EJS Templates
contrib/win32: update build instructions after cbe400a8e217
Martin Geisler -
r10976:5ff192fb default
parent child Browse files
Show More
@@ -82,16 +82,10 b' following files:'
82 82 Microsoft.VC90.MFC.manifest)
83 83
84 84 Before building the installer, you have to build Mercurial HTML documentation
85 (or fix mercurial.iss to not reference the doc directory). Docutils does not
86 come with a ready-made script for rst2html.py, so you will have to write your
87 own and put it in %PATH% like:
88
89 @python c:\pythonXX\scripts\rst2html.py %*
90
91 Then build the documentation with:
85 (or fix mercurial.iss to not reference the doc directory):
92 86
93 87 cd doc
94 mingw32-make RST2HTML=rst2html.bat html
88 mingw32-make html
95 89 cd ..
96 90
97 91 If you use ISTool, you open the C:\hg\hg-release\contrib\win32\mercurial.iss
@@ -113,7 +107,7 b' following:'
113 107 echo compiler=mingw32 >> setup.cfg
114 108 python setup.py py2exe -b 1
115 109 cd doc
116 mingw32-make RST2HTML=rst2html.bat html
110 mingw32-make html
117 111 cd ..
118 112 iscc contrib\win32\mercurial.iss /DVERSION=snapshot
119 113
General Comments 0
You need to be logged in to leave comments. Login now