From: Jirka Kosek Date: Wed, 28 Nov 2001 09:34:47 +0000 (+0000) Subject: Added support for automatic generation of map and context files for HTML Help. Topic... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0e6820789dadffe039214dcfafb9e2b47bf8fd4;p=docbook-dsssl Added support for automatic generation of map and context files for HTML Help. Topic names and IDs are marked by special PI . --- diff --git a/xsl/html/param.ent b/xsl/html/param.ent index 4301206d2..2be31036d 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -131,3 +131,6 @@ + + + diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 576b37d8c..8d35b1b51 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -242,6 +242,9 @@ to be incomplete. Don't forget to read the source, too :-) &htmlhelp.hhc; &htmlhelp.hhp.tail; &htmlhelp.enumerate.images; +&htmlhelp.force.map.and.alias; +&htmlhelp.map.file; +&htmlhelp.alias.file; The Stylesheet @@ -395,6 +398,9 @@ around all these parameters. + + + diff --git a/xsl/htmlhelp/htmlhelp.xsl b/xsl/htmlhelp/htmlhelp.xsl index e2f035427..9729b096b 100644 --- a/xsl/htmlhelp/htmlhelp.xsl +++ b/xsl/htmlhelp/htmlhelp.xsl @@ -47,6 +47,11 @@ + + + + @@ -131,6 +136,19 @@ Title= + + + +[ALIAS] +#include + +[MAP] +#include + + + @@ -605,6 +623,88 @@ Title= + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #define + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = + + + + + + + + + + diff --git a/xsl/params/htmlhelp.alias.file.xml b/xsl/params/htmlhelp.alias.file.xml new file mode 100644 index 000000000..ff67d1c14 --- /dev/null +++ b/xsl/params/htmlhelp.alias.file.xml @@ -0,0 +1,23 @@ + + +htmlhelp.alias.file +string + + +htmlhelp.alias.file +Filename of map file. + + + + + + + + +Description + +Change this parameter if you want different name of map file +than alias.h. + + + diff --git a/xsl/params/htmlhelp.force.map.and.alias.xml b/xsl/params/htmlhelp.force.map.and.alias.xml new file mode 100644 index 000000000..92a9e6959 --- /dev/null +++ b/xsl/params/htmlhelp.force.map.and.alias.xml @@ -0,0 +1,24 @@ + + +htmlhelp.force.map.and.alias +boolean + + +htmlhelp.force.map.and.alias +Should be [MAP] and [ALIAS] section added to project file unconditionaly? + + + + + + + + +Description + +You should turn on this flag, if you have your own +alias.h and contex.h files +and you want include reference to them in project file. + + + diff --git a/xsl/params/htmlhelp.map.file.xml b/xsl/params/htmlhelp.map.file.xml new file mode 100644 index 000000000..49ee9cb0c --- /dev/null +++ b/xsl/params/htmlhelp.map.file.xml @@ -0,0 +1,23 @@ + + +htmlhelp.map.file +string + + +htmlhelp.map.file +Filename of map file. + + + + + + + + +Description + +Change this parameter if you want different name of map file +than context.h. + + +