From e0110a2b0ba0a0a13e78bc9e453110f16d40087b Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 21 Nov 2022 17:05:43 -0800 Subject: Replaced all instances of 'GNU Automake' with 'GNU Autoconf' --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b1e6da0..46710fc 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -Here is a script and a Makefile for generating a GNU Automake docset for Dash. The script is 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 docset for Dash. The script is based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. -- GNU Automake: https://www.gnu.org/software/automake/ +- GNU Autoconf: https://www.gnu.org/software/autoconf/ - Dash: https://kapeli.com/dash -To generate a docset from the latest edition of the GNU Automake Manual, simply +To generate a docset from the latest edition of the GNU Autoconf 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. -- cgit