diff options
author | Ludovic Courtès | 2008-01-24 16:02:43 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-24 16:02:43 +0100 |
commit | 87819ed728dc9cbb2cccbf236a665709ef663abf (patch) | |
tree | 1dc6713bc640423ae52f50bdbb1da0ed08812900 /doc/user/user.skb | |
parent | bf65015355fc0afe9bde6edc85118818de27bedc (diff) | |
download | skribilo-87819ed728dc9cbb2cccbf236a665709ef663abf.tar.gz skribilo-87819ed728dc9cbb2cccbf236a665709ef663abf.tar.lz skribilo-87819ed728dc9cbb2cccbf236a665709ef663abf.zip |
doc: Document the "compiler".
* doc/modules/skribilo/documentation/manual.scm (compiler-options):
Rewritten to suit our needs.
* doc/user/Makefile.am (EXTRA_DIST): `skribec.skb' renamed to
`compiler.skb'.
* doc/user/bib.skb: Fix xref.
* doc/user/lib.skb: Likewise.
* doc/user/links.skb: Likewise.
* doc/user/syntax.skb: Add `:ident'.
Diffstat (limited to 'doc/user/user.skb')
-rw-r--r-- | doc/user/user.skb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb index b1469d9..4147292 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -170,8 +170,8 @@ as HTML, PostScript, Info pages, etc.]))))) ;;; Emacs (include "emacs.skb") -;;; Skribilo -(include "skribec.skb") +;;; Compiler +(include "compiler.skb") ;;; Slides (include "slide.skb") |