diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-12-30 10:04:55 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-30 10:04:55 -0800 |
commit | 0569fa14d9bfc07f5fcffebb3c53c3b9aa6a7592 (patch) | |
tree | f2c657e04c52909907399552548a7a836dfdd2b1 /README | |
parent | 20aa42ad2c7740d64247e900e02638317b650209 (diff) |
Package GNU Autoconf Archive
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |