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/user.skb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/user/user.skb') diff --git a/doc/user/user.skb b/doc/user/user.skb index 885dbb3..6491e42 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -1,6 +1,6 @@ ;;; user.skb -- The Skribilo user manual. -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2005, 2006, 2007, 2008, 2009, 2012 Ludovic Courtès +;;; Copyright 2005, 2006, 2007, 2008, 2009, 2012, 2020 Ludovic Courtès ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano ;;; ;;; @@ -90,6 +90,8 @@ (document :title "Skribilo User Manual" :keywords '("Skribilo" "Skribe" "User Manual" "text processing" "HTML" "LaTeX" "Lout" "PostScript" "PDF") + :info-dir-category "Document authoring" + :info-dir-entry "Authoring documents with Skribilo." :env '((example-counter 0) (example-env ())) :author (list (author :name "Érick Gallesio" :affiliation "Université de Nice - Sophia-Antipolis" -- cgit v1.2.3