##// 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 <?xml version="1.0" encoding="utf-8"?>
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
3
4 <?include guids.wxi ?>
4 <?include guids.wxi ?>
5
5
6 <Fragment>
6 <Fragment>
7 <DirectoryRef Id="INSTALLDIR">
7 <DirectoryRef Id="INSTALLDIR">
8 <Directory Id="helpdir" Name="help" FileSource="$(var.SourceDir)">
8 <Directory Id="helpdir" Name="help" FileSource="$(var.SourceDir)">
9 <Component Id="helpFolder" Guid="$(var.helpFolder.guid)">
9 <Component Id="helpFolder" Guid="$(var.helpFolder.guid)">
10 <File Name="config.txt" KeyPath="yes" />
10 <File Name="config.txt" KeyPath="yes" />
11 <File Name="dates.txt" />
11 <File Name="dates.txt" />
12 <File Name="diffs.txt" />
12 <File Name="diffs.txt" />
13 <File Name="environment.txt" />
13 <File Name="environment.txt" />
14 <File Name="extensions.txt" />
14 <File Name="extensions.txt" />
15 <File Name="glossary.txt" />
16 <File Name="hgweb.txt" />
15 <File Name="multirevs.txt" />
17 <File Name="multirevs.txt" />
16 <File Name="patterns.txt" />
18 <File Name="patterns.txt" />
17 <File Name="revisions.txt" />
19 <File Name="revisions.txt" />
20 <File Name="revsets.txt" />
18 <File Name="templates.txt" />
21 <File Name="templates.txt" />
19 <File Name="urls.txt" />
22 <File Name="urls.txt" />
20 </Component>
23 </Component>
21 </Directory>
24 </Directory>
22 </DirectoryRef>
25 </DirectoryRef>
23 </Fragment>
26 </Fragment>
24
27
25 </Wix>
28 </Wix>
General Comments 0
You need to be logged in to leave comments. Login now