diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/document.skb | 6 | ||||
-rw-r--r-- | doc/user/user.skb | 4 |
2 files changed, 8 insertions, 2 deletions
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 <ludo@gnu.org> +;;; Copyright 2008, 2020 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2008 Christopher Allan Webber <cwebber@dustycloud.org> ;;; @@ -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)) 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 <ludo@gnu.org> +;;; Copyright 2005, 2006, 2007, 2008, 2009, 2012, 2020 Ludovic Courtès <ludo@gnu.org> ;;; 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" |