From 78056b724b9a5591ea2361429ed2d83b2e528dcf Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Sat, 25 Mar 2023 17:29:45 -0700 Subject: 1st commit; basic functionality --- README.template | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 README.template (limited to 'README.template') 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 docset for Dash. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. - -- : -- Dash: https://kapeli.com/dash - -To generate a docset from the latest edition of the Manual, simply -execute `make` from the same directory as this README file. The latest edition -will be downloaded from and packaged appropriately. - -Requirements: - -- any POSIX-compliant shell -- curl -- make -- pup -- sqlite3 -- cgit