diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-12-30 12:50:42 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-30 12:50:42 -0800 |
commit | fe7f94e72a9b4cc3bab74eb2ed11443a76d43e14 (patch) | |
tree | dcff260db9244f0fa07619517bbc32d6adee2f90 /README | |
parent | 234d8b9d0fb568e2ad0f6ec9b88fbae87e7145ae (diff) |
Updated README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ -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 an ncurses docset for Dash. 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/ +- ncurses: https://invisible-island.net/ncurses/ - 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 ncurses, simply execute `make` from the same directory as this README file. The latest edition -will be downloaded from www.gnu.org and packaged appropriately. +will be downloaded from www.invisible-island.net and packaged appropriately. Requirements: |