diff contrib/wix/templates.wxs @ 12791:2c177bda512d

wix: add new help page templates
author Steve Borho <steve@borho.org>
date Wed, 20 Oct 2010 16:41:17 -0500
parents 1aa9464ce9ae
children bd9bc4123920
line wrap: on
line diff
--- a/contrib/wix/templates.wxs	Wed Oct 20 16:27:24 2010 -0500
+++ b/contrib/wix/templates.wxs	Wed Oct 20 16:41:17 2010 -0500
@@ -76,6 +76,8 @@
             <File Id="gitweb.shortlog.tmpl"       Name="shortlog.tmpl" />
             <File Id="gitweb.summary.tmpl"        Name="summary.tmpl" />
             <File Id="gitweb.tags.tmpl"           Name="tags.tmpl" />
+            <File Id="gitweb.help.tmpl"           Name="help.tmpl" />
+            <File Id="gitweb.helptopics.tmpl"     Name="helptopics.tmpl" />
           </Component>
         </Directory>
 
@@ -101,6 +103,8 @@
             <File Id="monoblue.shortlog.tmpl"       Name="shortlog.tmpl" />
             <File Id="monoblue.summary.tmpl"        Name="summary.tmpl" />
             <File Id="monoblue.tags.tmpl"           Name="tags.tmpl" />
+            <File Id="monoblue.help.tmpl"           Name="help.tmpl" />
+            <File Id="monoblue.helptopics.tmpl"     Name="helptopics.tmpl" />
           </Component>
         </Directory>
 
@@ -125,6 +129,8 @@
             <File Id="paper.shortlog.tmpl"      Name="shortlog.tmpl" />
             <File Id="paper.shortlogentry.tmpl" Name="shortlogentry.tmpl" />
             <File Id="paper.tags.tmpl"          Name="tags.tmpl" />
+            <File Id="paper.help.tmpl"          Name="help.tmpl" />
+            <File Id="paper.helptopics.tmpl"    Name="helptopics.tmpl" />
           </Component>
         </Directory>