Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 602

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="use-output-dir">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename use-output-dir.html>

<RefMeta>
  <RefEntryTitle>use-output-dir</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>use-output-dir</RefName>
  <RefPurpose>If an output-dir is specified, should it be used?</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
use-output-dir
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
If true, chunks will be written to the <literal>output-dir</literal> instead of
the current directory.
(This option can conveniently be set with <literal>-V use-output-dir</literal> on the 
Jade command line).</para>


</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define use-output-dir
  ;; If an output-dir is specified, should it be used?
  #f)
</ProgramListing>
</RefSect1>

</RefEntry>