diff options
author | Louie S <louie@example.com> | 2023-05-05 19:25:50 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-05-05 19:31:44 -0700 |
commit | 3c6bd67b02dfb5dd7ac11455741530c3ebd034fa (patch) | |
tree | 7e59eff4d8832369c179aa85985a2c49f40e8c1a /README.template | |
parent | a26adab1566f7ad0574c93b841f640363a799092 (diff) |
Create lib subdirectory for common functions
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.template b/README.template index 8c254e4..c05bcf6 100644 --- a/README.template +++ b/README.template @@ -1,7 +1,8 @@ -Here is a script and a Makefile for generating a <NAME> 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 <NAME> docset for Dash. The script is based on the dash-docset-generation-template - <NAME>: <UPSTREAM LINK> - Dash: https://kapeli.com/dash +- dash-docset-generation-template: https://github.com/lshprung/dash-docset-generation-template To generate a docset from the latest edition of the <NAME> Manual, simply execute `make` from the same directory as this README file. The latest edition |