##// END OF EJS Templates
packaging: ship all help .txt files on WiX...
Gregory Szorc -
r44016:697c2e32 default
parent child Browse files
Show More
@@ -17,6 +17,7 b''
17 <Component Id="help.root" Guid="$(var.help.root.guid)" Win64='$(var.IsX64)'>
17 <Component Id="help.root" Guid="$(var.help.root.guid)" Win64='$(var.IsX64)'>
18 <File Name="bundlespec.txt" />
18 <File Name="bundlespec.txt" />
19 <File Name="color.txt" />
19 <File Name="color.txt" />
20 <File Name="common.txt" />
20 <File Name="config.txt" KeyPath="yes" />
21 <File Name="config.txt" KeyPath="yes" />
21 <File Name="dates.txt" />
22 <File Name="dates.txt" />
22 <File Name="deprecated.txt" />
23 <File Name="deprecated.txt" />
@@ -26,7 +27,11 b''
26 <File Name="filesets.txt" />
27 <File Name="filesets.txt" />
27 <File Name="flags.txt" />
28 <File Name="flags.txt" />
28 <File Name="glossary.txt" />
29 <File Name="glossary.txt" />
30 <File Name="hg-ssh.8.txt" />
31 <File Name="hg.1.txt" />
32 <File Name="hgignore.5.txt" />
29 <File Name="hgignore.txt" />
33 <File Name="hgignore.txt" />
34 <File Name="hgrc.5.txt" />
30 <File Name="hgweb.txt" />
35 <File Name="hgweb.txt" />
31 <File Name="merge-tools.txt" />
36 <File Name="merge-tools.txt" />
32 <File Name="pager.txt" />
37 <File Name="pager.txt" />
@@ -223,11 +223,6 b' Verify the json works too:'
223
223
224 $ ( testrepohgenv; "$PYTHON" wixxml.py help )
224 $ ( testrepohgenv; "$PYTHON" wixxml.py help )
225 Not installed:
225 Not installed:
226 help/common.txt
227 help/hg-ssh.8.txt
228 help/hg.1.txt
229 help/hgignore.5.txt
230 help/hgrc.5.txt
231 Not tracked:
226 Not tracked:
232
227
233 $ ( testrepohgenv; "$PYTHON" wixxml.py templates )
228 $ ( testrepohgenv; "$PYTHON" wixxml.py templates )
General Comments 0
You need to be logged in to leave comments. Login now