diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-22 01:08:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 01:08:37 (GMT) |
commit | 3751b6b030b4a3b88959b4f3c4ef2e58d325e497 (patch) | |
tree | 2e88aeafa9c1e99c1ab33ec0ec4d4c92bb061517 /Tools/msi/msi.props | |
parent | 19058b9f6271338bcc46b7d30fe79a83990cc35c (diff) | |
download | cpython-3751b6b030b4a3b88959b4f3c4ef2e58d325e497.zip cpython-3751b6b030b4a3b88959b4f3c4ef2e58d325e497.tar.gz cpython-3751b6b030b4a3b88959b4f3c4ef2e58d325e497.tar.bz2 |
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
Diffstat (limited to 'Tools/msi/msi.props')
-rw-r--r-- | Tools/msi/msi.props | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/msi/msi.props b/Tools/msi/msi.props index b5fd3d3..06aa0b8 100644 --- a/Tools/msi/msi.props +++ b/Tools/msi/msi.props @@ -115,9 +115,6 @@ <LinkerBindInputPaths Include="$(PGOBuildPath);$(BuildPath)"> <BindName></BindName> </LinkerBindInputPaths> - <LinkerBindInputPaths Include="$(PySourcePath)Doc\build\htmlhelp"> - <BindName></BindName> - </LinkerBindInputPaths> <LinkerBindInputPaths Include="$(PySourcePath)"> <BindName>src</BindName> </LinkerBindInputPaths> |