From 3738a7a0176bb69617caa4e312e29aeeaa06fd4f Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 18 Jun 2024 17:02:18 -0400 Subject: Convert to submodule --- README | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 014f593..0000000 --- a/README +++ /dev/null @@ -1,19 +0,0 @@ -Here is a script and a Makefile for generating a Flex docset for Dash. The script is based on the dash-docset-generation-template - -- Flex: https://github.com/westes/flex -- 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 Flex Manual, simply -execute `make` from the same directory as this README file. The latest edition -will be downloaded from https://github.com/westes/flex and packaged appropriately. -A specific version can be specified in the Makefile. - -Requirements: - -- any POSIX-compliant shell -- curl -- make -- pup -- sqlite3 -- texinfo -- cgit