webhelp.base.dir.xml 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="webhelp.base.dir">
  7. <refmeta>
  8. <refentrytitle>webhelp.base.dir</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>webhelp.base.dir</refname>
  13. <refpurpose>The base directory for webhelp output.</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="webhelp.base.dir.frag">
  17. <xsl:param name="webhelp.base.dir">docs</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If specified, the <parameter>webhelp.base.dir</parameter>
  22. parameter identifies the output directory for webhelp. (If not
  23. specified, the output directory is system dependent.) By default, this
  24. parameter is set to <filename>docs</filename>.</para>
  25. </refsection>
  26. </refentry>