From 3e68da0a38250825f9d28b8ff6f448b4bdc72c77 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 1 Nov 2020 14:47:23 +0100 Subject: info: Emit dir-category and dir-entry. Reported by nly . * src/guile/skribilo/package/base.scm (document): Add :info-dir-category and :info-dir-entry. * doc/user/document.skb: Document them. * doc/user/user.skb: Pass :info-dir-category. * src/guile/skribilo/engine/info.scm (scribe-document->info): Create INFO-DIR-CATEGORY and START-INFO-DIR-ENTRY. --- doc/user/document.skb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/user/document.skb') diff --git a/doc/user/document.skb b/doc/user/document.skb index 94c9785..477b972 100644 --- a/doc/user/document.skb +++ b/doc/user/document.skb @@ -1,7 +1,7 @@ ;;; document.skb -- Document and author ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2008 Ludovic Courtès +;;; Copyright 2008, 2020 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2008 Christopher Allan Webber ;;; @@ -56,6 +56,10 @@ or markups. The keywords will not appear in the final document but only as meta-information (e.g., using the HTML `meta' tag) if the engine used supports it.") (:env "A counter environment.") + (:info-dir-category "The name of a category for the +\"directory\" mechanism of the GNU Info documentation system.") + (:info-dir-entry "Name of the entry for the GNU Info +directory.") (#!rest node... "The document nodes.")) :see-also '(author chapter toc)) -- cgit v1.2.3