diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-11-21 22:00:04 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-11-22 08:45:27 -0800 |
commit | ee103902c141cdc3dce565af453b589fd1fc7a82 (patch) | |
tree | ff8456af0218b252c9f0039f9bf4bc17d3ac2506 /README | |
parent | 1433e5580757ef140bc64bcc5a904fd0ab9401ed (diff) |
Rewrite in POSIX shell
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -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 Automake docset for Dash. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. - GNU Automake: https://www.gnu.org/software/automake/ - Dash: https://kapeli.com/dash @@ -9,7 +9,7 @@ will be downloaded from www.gnu.org and packaged appropriately. Requirements: +- any POSIX-compliant shell - curl - make -- ruby - sqlite3 |