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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<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>
|