From 1b2f2d42bd9151453f2b10a34aff3fbfc28d5223 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 May 2012 23:39:09 +0200 Subject: 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. --- doc/user/infoe.skb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/user/infoe.skb') diff --git a/doc/user/infoe.skb b/doc/user/infoe.skb index 713be76..d11e0b6 100644 --- a/doc/user/infoe.skb +++ b/doc/user/infoe.skb @@ -1,7 +1,7 @@ ;;; info.skb -- Documentation of the Info engine. ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2009 Ludovic Courtès +;;; Copyright 2009, 2012 Ludovic Courtès ;;; ;;; ;;; This file is part of Skribilo. @@ -19,8 +19,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with Skribilo. If not, see . -(section :title "Info Engine" :file #t - (mark "info-engine") +(section :title "Info Engine" :file #t :ident "info-engine" (index "Info" :note "Engine") (p [The ,(tt [info]) engine produces GNU,(~)Info files for on-line -- cgit v1.2.3