From d7fe9d89641c495845032f113af0d54e99353bd7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 2 Feb 2021 16:12:45 +0100 Subject: info: Mark :info-dir-category and :info-dir-entry as supported. This is a followup to 3e68da0a38250825f9d28b8ff6f448b4bdc72c77. * src/guile/skribilo/engine/info.scm (document): Add :info-dir-category and :info-dir-entry to :options. --- src/guile/skribilo/engine/info.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guile/skribilo/engine/info.scm b/src/guile/skribilo/engine/info.scm index 184f31f..7065b14 100644 --- a/src/guile/skribilo/engine/info.scm +++ b/src/guile/skribilo/engine/info.scm @@ -1,6 +1,6 @@ ;;; info.scm -- GNU Info engine. ;;; -;;; Copyright 2008, 2009, 2012, 2015, 2018, 2020 Ludovic Courtès +;;; Copyright 2008, 2009, 2012, 2015, 2018, 2020, 2021 Ludovic Courtès ;;; Copyright 2001, 2002 Manuel Serrano ;;; ;;; @@ -210,7 +210,7 @@ ;* info ::%document ... */ ;*---------------------------------------------------------------------*/ (markup-writer 'document info-engine - :options '(:title :author :ending) + :options '(:title :author :ending :info-dir-category :info-dir-entry) :action (lambda (doc e) (check-node-title-conflicts doc e) (set-port-encoding! (current-output-port) "UTF-8") -- cgit v1.2.3