diff options
author | Ludovic Courtès | 2008-12-21 22:55:38 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-12-21 22:55:38 +0100 |
commit | 1012103185f6bd282693f0efd85ca5e1fa841ade (patch) | |
tree | 653986cb122fbb8fd9a9c766b13a377dc2dc6218 /doc | |
parent | 8282c1c361322f3395f7a0cb0244d362b333e344 (diff) | |
download | skribilo-1012103185f6bd282693f0efd85ca5e1fa841ade.tar.gz skribilo-1012103185f6bd282693f0efd85ca5e1fa841ade.tar.lz skribilo-1012103185f6bd282693f0efd85ca5e1fa841ade.zip |
Add `--custom' option to `skribilo'.
* src/guile/skribilo.scm (skribilo-show-help): Update.
(%options)[#\c]: New option.
(%default-options)[:customs]: New option.
(skribilo): Handle it.
* doc/user/compiler.skb (Skribilo Compiler)[Options]: Add.
* NEWS: Update.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/compiler.skb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/compiler.skb b/doc/user/compiler.skb index b208037..07fe724 100644 --- a/doc/user/compiler.skb +++ b/doc/user/compiler.skb @@ -80,6 +80,9 @@ conventions of Emacs' Outline mode (see ,(numref :text [Section] :ident `(#\t "engine" ,[Use ,(tt "engine") as the engine, i.e., as the output format. For details on engines and for a list of supported engines, see ,(numref :text [Chapter] :ident "engines").]) + `(#\c "custom=value" ,[Set engine +custom ,(tt [custom]) to ,(tt [value]), a constant. See Section ,(ref +:subsection "Engine Customs") for more information on customs.]) `("compat" "compat" ,[Use ,(tt "compat") as the compatibility mode. This defaults to ,(tt [skribilo]). Specifying ,(tt [skribe]) enables the ,(ref :text [Skribe] :url *skribe-url*) compatibility mode, |