diff options
author | Louie S <louie@example.com> | 2023-05-05 19:16:11 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-05-05 19:18:23 -0700 |
commit | d7ce7c21ad5fe18b7d0a4e6a496cce2783a50d1e (patch) | |
tree | 68a182570c4dd7bf1edb5ed6f4c438900326038f /README.template | |
parent | a26adab1566f7ad0574c93b841f640363a799092 (diff) |
First commit for glibc docset
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/README.template b/README.template deleted file mode 100644 index 8c254e4..0000000 --- a/README.template +++ /dev/null @@ -1,16 +0,0 @@ -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. - -- <NAME>: <UPSTREAM LINK> -- Dash: https://kapeli.com/dash - -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 -will be downloaded from <UPSTREAM HOST> and packaged appropriately. - -Requirements: - -- any POSIX-compliant shell -- curl -- make -- pup -- sqlite3 |