File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Tools/msi/buildrelease.bat script and environment variables:
11
11
12
12
set PYTHON=<path to Python 2.7 or 3.4>
13
13
set SPHINXBUILD=<path to sphinx-build.exe>
14
- set PATH=<path to Mercurial (hg .exe)>;
14
+ set PATH=<path to Git (git .exe)>;
15
15
<path to HTML Help Compiler (hhc.exe)>;%PATH%
16
16
17
17
buildrelease.bat [-x86] [-x64] [-D] [-B]
@@ -106,7 +106,7 @@ Tools/msi/buildrelease.bat script:
106
106
107
107
set PYTHON=<path to Python 2.7 or 3.4>
108
108
set SPHINXBUILD=<path to sphinx-build.exe>
109
- set PATH=<path to Mercurial (hg .exe)>;
109
+ set PATH=<path to Git (git .exe)>;
110
110
<path to HTML Help Compiler (hhc.exe)>;%PATH%
111
111
112
112
buildrelease.bat [-x86] [-x64] [-D] [-B]
@@ -131,7 +131,7 @@ installer. Official releases of Python must be signed.
131
131
132
132
Ensure %PYTHON% and %SPHINXBUILD% are set when passing this option. You
133
133
may also set %HTMLHELP% to the Html Help Compiler (hhc.exe), or put HHC
134
- on your PATH or in externals/. You will also need Mercurial (hg .exe) on
134
+ on your PATH or in externals/. You will also need Git (git .exe) on
135
135
your PATH.
136
136
137
137
If WiX is not found on your system, it will be automatically downloaded
You can’t perform that action at this time.
0 commit comments