##// END OF EJS Templates
wix: pick up new help topics added between 1.5 and 1.6...
Steve Borho -
r11491:159233cc stable
parent child Browse files
Show More
@@ -1,25 +1,28 b''
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 3
4 4 <?include guids.wxi ?>
5 5
6 6 <Fragment>
7 7 <DirectoryRef Id="INSTALLDIR">
8 8 <Directory Id="helpdir" Name="help" FileSource="$(var.SourceDir)">
9 9 <Component Id="helpFolder" Guid="$(var.helpFolder.guid)">
10 10 <File Name="config.txt" KeyPath="yes" />
11 11 <File Name="dates.txt" />
12 12 <File Name="diffs.txt" />
13 13 <File Name="environment.txt" />
14 14 <File Name="extensions.txt" />
15 <File Name="glossary.txt" />
16 <File Name="hgweb.txt" />
15 17 <File Name="multirevs.txt" />
16 18 <File Name="patterns.txt" />
17 19 <File Name="revisions.txt" />
20 <File Name="revsets.txt" />
18 21 <File Name="templates.txt" />
19 22 <File Name="urls.txt" />
20 23 </Component>
21 24 </Directory>
22 25 </DirectoryRef>
23 26 </Fragment>
24 27
25 28 </Wix>
General Comments 0
You need to be logged in to leave comments. Login now