From 7fbf3a9f80d1cb9e42f5bc75474c3796e01630bd Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Thu, 16 Jul 2020 17:33:01 +0100 Subject: doc: Construct info directory file. * Makefile: Add target. * doc/dir: New file. * doc/fullswof-utils.texi: Add directory entry and category. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 64bbe94..73b952b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,12 @@ HTML_DIR := manual +INFO_DOC := doc/fullswof-utils.info doc/dir -all: info-doc html-doc +all: html-doc $(INFO_DOC) -info-doc: doc/fullswof-utils.texi +doc/dir: doc/fullswof-utils.info + @install-info --info-dir=doc $< + +doc/fullswof-utils.info: doc/fullswof-utils.texi @makeinfo --output=doc/fullswof-utils.info --no-split $< html-doc: doc/fullswof-utils.texi -- cgit