From 0569fa14d9bfc07f5fcffebb3c53c3b9aa6a7592 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 30 Dec 2022 10:04:55 -0800 Subject: Package GNU Autoconf Archive --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 1e64579..0dbe50c 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -Here is a script and a Makefile for generating a GNU Autoconf docset for Dash. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. +Here is a script and a Makefile for generating a GNU Autoconf Archive docset for Dash. GNU Autoconf Archive provides m4 macros to use in autoconf projects. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. -- GNU Autoconf: https://www.gnu.org/software/autoconf/ +- GNU Autoconf Archive: https://www.gnu.org/software/autoconf-archive/ - Dash: https://kapeli.com/dash -To generate a docset from the latest edition of the GNU Autoconf Manual, simply +To generate a docset from the latest edition of the GNU Autoconf Archive Manual, simply execute `make` from the same directory as this README file. The latest edition will be downloaded from www.gnu.org and packaged appropriately. @@ -13,3 +13,4 @@ Requirements: - curl - make - sqlite3 +- texinfo -- cgit