Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792)
This commit is contained in:
parent
04ec7a1f7a
commit
78018bb162
|
@ -11,7 +11,7 @@ Tools/msi/buildrelease.bat script and environment variables:
|
||||||
|
|
||||||
set PYTHON=<path to Python 2.7 or 3.4>
|
set PYTHON=<path to Python 2.7 or 3.4>
|
||||||
set SPHINXBUILD=<path to sphinx-build.exe>
|
set SPHINXBUILD=<path to sphinx-build.exe>
|
||||||
set PATH=<path to Mercurial (hg.exe)>;
|
set PATH=<path to Git (git.exe)>;
|
||||||
<path to HTML Help Compiler (hhc.exe)>;%PATH%
|
<path to HTML Help Compiler (hhc.exe)>;%PATH%
|
||||||
|
|
||||||
buildrelease.bat [-x86] [-x64] [-D] [-B]
|
buildrelease.bat [-x86] [-x64] [-D] [-B]
|
||||||
|
@ -106,7 +106,7 @@ Tools/msi/buildrelease.bat script:
|
||||||
|
|
||||||
set PYTHON=<path to Python 2.7 or 3.4>
|
set PYTHON=<path to Python 2.7 or 3.4>
|
||||||
set SPHINXBUILD=<path to sphinx-build.exe>
|
set SPHINXBUILD=<path to sphinx-build.exe>
|
||||||
set PATH=<path to Mercurial (hg.exe)>;
|
set PATH=<path to Git (git.exe)>;
|
||||||
<path to HTML Help Compiler (hhc.exe)>;%PATH%
|
<path to HTML Help Compiler (hhc.exe)>;%PATH%
|
||||||
|
|
||||||
buildrelease.bat [-x86] [-x64] [-D] [-B]
|
buildrelease.bat [-x86] [-x64] [-D] [-B]
|
||||||
|
@ -131,7 +131,7 @@ installer. Official releases of Python must be signed.
|
||||||
|
|
||||||
Ensure %PYTHON% and %SPHINXBUILD% are set when passing this option. You
|
Ensure %PYTHON% and %SPHINXBUILD% are set when passing this option. You
|
||||||
may also set %HTMLHELP% to the Html Help Compiler (hhc.exe), or put HHC
|
may also set %HTMLHELP% to the Html Help Compiler (hhc.exe), or put HHC
|
||||||
on your PATH or in externals/. You will also need Mercurial (hg.exe) on
|
on your PATH or in externals/. You will also need Git (git.exe) on
|
||||||
your PATH.
|
your PATH.
|
||||||
|
|
||||||
If WiX is not found on your system, it will be automatically downloaded
|
If WiX is not found on your system, it will be automatically downloaded
|
||||||
|
|
Loading…
Reference in New Issue