diff options
author | Ludovic Courtès | 2012-05-23 23:39:09 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-23 23:39:09 +0200 |
commit | 1b2f2d42bd9151453f2b10a34aff3fbfc28d5223 (patch) | |
tree | c94f41257e037a7515da699d1253c923da87706e /doc/user/engine.skb | |
parent | 870a700f68208de3e71a4eb1abae67828f290399 (diff) | |
download | skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.tar.gz skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.tar.lz skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.zip |
doc: Give engine sections an ident and remove the mark with that ident.
* doc/modules/skribilo/documentation/api.scm (doc-markup): Refer to
engines by `ident' instead of by `mark'.
* doc/user/compiler.skb, doc/user/engine.skb, doc/user/links.skb,
doc/user/package.skb, doc/user/sectioning.skb: Update references
accordingly.
* doc/user/contexte.skb, doc/user/htmle.skb, doc/user/infoe.skb,
doc/user/latexe.skb, doc/user/loute.skb, doc/user/xmle.skb: Give
sections an ident, and remove the mark.
Diffstat (limited to 'doc/user/engine.skb')
-rw-r--r-- | doc/user/engine.skb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/engine.skb b/doc/user/engine.skb index 3db9a55..f59387d 100644 --- a/doc/user/engine.skb +++ b/doc/user/engine.skb @@ -35,7 +35,7 @@ specifies the ,(emph [engine]) or ``back-end'' to be used, which is roughly a set of procedures that translate the input document into the output format. For instance, passing ,(tt [--target=html]) to the compiler instructs it to produce an HTML document using the ,(ref :text -(code "html") :mark "html-engine") engine.]) +(code "html") :ident "html-engine") engine.]) (p [This chapter describes procedures allowing the manipulation of engines in Skribilo documents or modules (creation, customization, |