##// END OF EJS Templates
windows: further build fixes for the WiX installer...
Augie Fackler -
r44188:c7fc2d92 default
parent child Browse files
Show More
@@ -45,7 +45,7 b' STAGING_RULES = ['
45 ('doc/*.html', 'doc/'),
45 ('doc/*.html', 'doc/'),
46 ('doc/style.css', 'doc/'),
46 ('doc/style.css', 'doc/'),
47 ('mercurial/helptext/**/*.txt', 'helptext/'),
47 ('mercurial/helptext/**/*.txt', 'helptext/'),
48 ('mercurial/default.d/*.rc', 'hgrc.d/'),
48 ('mercurial/defaultrc/*.rc', 'hgrc.d/'),
49 ('mercurial/locale/**/*', 'locale/'),
49 ('mercurial/locale/**/*', 'locale/'),
50 ('mercurial/templates/**/*', 'Templates/'),
50 ('mercurial/templates/**/*', 'Templates/'),
51 ('COPYING', 'Copying.txt'),
51 ('COPYING', 'Copying.txt'),
@@ -100,7 +100,7 b''
100 <ComponentRef Id='ProgramMenuDir' />
100 <ComponentRef Id='ProgramMenuDir' />
101 <ComponentGroupRef Id="hg.group.ROOT" />
101 <ComponentGroupRef Id="hg.group.ROOT" />
102 <ComponentGroupRef Id="hg.group.hgrc.d" />
102 <ComponentGroupRef Id="hg.group.hgrc.d" />
103 <ComponentGroupRef Id="hg.group.help" />
103 <ComponentGroupRef Id="hg.group.helptext" />
104 <ComponentGroupRef Id="hg.group.lib" />
104 <ComponentGroupRef Id="hg.group.lib" />
105 <ComponentGroupRef Id="hg.group.templates" />
105 <ComponentGroupRef Id="hg.group.templates" />
106 <MergeRef Id='VCRuntime' />
106 <MergeRef Id='VCRuntime' />
@@ -935,7 +935,7 b' class hgbuilddoc(Command):'
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
General Comments 0
You need to be logged in to leave comments. Login now