From 199c0c3722ab9920ee941d7086e81b1f887b14bf Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Wed, 11 Aug 2010 08:50:03 +0100 Subject: [PATCH] Docs: AU: output can be directed to a folder - thanks again, Eluze --- Documentation/usage/running.itely | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 86f5b51bee..263a7e8c9b 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -301,9 +301,15 @@ found the search will continue in subsequent directories. @item -i,--init=@var{file} Set init file to @var{file} (default: @file{init.ly}). -@item -o,--output=@var{FILE} -Set the default output file to @var{FILE}. The appropriate -suffix will be added (e.g. @code{.pdf} for pdf) +@cindex folder, directing output to +@cindex output filename, setting + +@item -o,--output=@var{FILE} or @var{FOLDER} +Set the default output file to @var{FILE} or, if a folder with +that name exists, direct the output to @var{FOLDER}, taking the +file name from the input file. The appropriate suffix will be +added (e.g. @code{.pdf} for pdf) in both cases. + @cindex PostScript output -- 2.39.5