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/links.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/links.skb')
-rw-r--r-- | doc/user/links.skb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/links.skb b/doc/user/links.skb index 7534f47..8793e15 100644 --- a/doc/user/links.skb +++ b/doc/user/links.skb @@ -1,7 +1,7 @@ ;;; links.skb -- Links and cross-references. ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2008 Ludovic Courtès <ludo@gnu.org> +;;; Copyright 2008, 2012 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -182,7 +182,7 @@ of a SUI file is:]) (p [SUI files can be automatically produced by the Skribilo compiler. For instance, in order to produce the SUI file of this user -manual, one should set the ,(ref :mark "html-engine" :text [,(tt +manual, one should set the ,(ref :ident "html-engine" :text [,(tt [emit-sui]) HTML custom]) to ,(tt [#t]); a ,(tt [user.sui]) file will then be produced when the manual is compiled to HTML:] |