1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>man.output.in.separate.dir</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="output.html" title="Output"><link rel="prev" href="man.output.manifest.filename.html" title="man.output.manifest.filename"><link rel="next" href="man.output.lang.in.name.enabled.html" title="man.output.lang.in.name.enabled"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">man.output.in.separate.dir</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="man.output.manifest.filename.html">Prev</a></td><th width="60%" align="center">Output</th><td width="20%" align="right"><a accesskey="n" href="man.output.lang.in.name.enabled.html">Next</a></td></tr></table><hr></div><div class="refentry" title="man.output.in.separate.dir"><a name="man.output.in.separate.dir"></a><div class="titlepage"></div>
<div class="refnamediv"><h2><span class="refentrytitle">man.output.in.separate.dir</span></h2><p>
man.output.in.separate.dir
— Output man-page files in separate output directory?
</p></div>
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
<a name="man.output.in.separate.dir.frag"></a><pre class="programlisting">
<xsl:param name="man.output.in.separate.dir" select="0"></xsl:param>
</pre>
</div>
<div class="refsection" title="Description"><a name="id1441884"></a><h2>Description</h2>
<p>If the value of <code class="literal">man.output.in.separate.dir</code>
parameter is non-zero, man-page files are output in a separate
directory, specified by the <a href="../manpages/man.output.base.dir.html"><em class="parameter"><code>man.output.base.dir</code></em></a>
parameter; otherwise, if the value of
<code class="literal">man.output.in.separate.dir</code> is zero, man-page files
are not output in a separate directory.</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="man.output.manifest.filename.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="output.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="man.output.lang.in.name.enabled.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">man.output.manifest.filename</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">man.output.lang.in.name.enabled</td></tr></table></div></body></html>
|