comparison contrib/wix/help.wxs @ 28523:045fe7042510

help: document requirements We didn't have unified documentation of the various repository requirements. This patch changes that.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 Mar 2016 18:51:07 -0800
parents e9857fbfd072
children a1092e2d70a3
comparison
equal deleted inserted replaced
28522:f2fe7b199bb4 28523:045fe7042510
38 38
39 <Directory Id="help.internaldir" Name="internals"> 39 <Directory Id="help.internaldir" Name="internals">
40 <Component Id="help.internals" Guid="$(var.help.internals.guid)" Win64='$(var.IsX64)'> 40 <Component Id="help.internals" Guid="$(var.help.internals.guid)" Win64='$(var.IsX64)'>
41 <File Id="internals.bundles.txt" Name="bundles.txt" KeyPath="yes" /> 41 <File Id="internals.bundles.txt" Name="bundles.txt" KeyPath="yes" />
42 <File Id="internals.changegroups.txt" Name="changegroups.txt" /> 42 <File Id="internals.changegroups.txt" Name="changegroups.txt" />
43 <File Id="internals.requirements.txt" Name="requirements.txt" />
43 <File Id="internals.revlogs.txt" Name="revlogs.txt" /> 44 <File Id="internals.revlogs.txt" Name="revlogs.txt" />
44 </Component> 45 </Component>
45 </Directory> 46 </Directory>
46 47
47 </Directory> 48 </Directory>