comparison setup.py @ 43749:c7fc2d92067e

windows: further build fixes for the WiX installer With these fixes in place, the .msi actually builds for me again. Differential Revision: https://phab.mercurial-scm.org/D7509
author Augie Fackler <augie@google.com>
date Fri, 22 Nov 2019 18:02:12 -0500
parents 52e4bfebc4ba
children d3f7bdc905fb
comparison
equal deleted inserted replaced
43736:640bae94f2f3 43749:c7fc2d92067e
933 normalizecrlf('doc/%s.html' % root) 933 normalizecrlf('doc/%s.html' % root)
934 934
935 # This logic is duplicated in doc/Makefile. 935 # This logic is duplicated in doc/Makefile.
936 sources = set( 936 sources = set(
937 f 937 f
938 for f in os.listdir('mercurial/help') 938 for f in os.listdir('mercurial/helptext')
939 if re.search(r'[0-9]\.txt$', f) 939 if re.search(r'[0-9]\.txt$', f)
940 ) 940 )
941 941
942 # common.txt is a one-off. 942 # common.txt is a one-off.
943 gentxt('common') 943 gentxt('common')