summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-06-07 17:00:37 -0400
committerLouie S <louie@example.com>2024-06-07 17:00:37 -0400
commita9e08d14469a5d97b9b3c556e61eff84782d2e55 (patch)
tree28f988cc2cc9aacd8c11dbc89989bb215108c703 /README
parent632006715c99d09d74e77f64293c27ed0bad5a64 (diff)
Convert to submodule
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 0 insertions, 21 deletions
diff --git a/README b/README
deleted file mode 100644
index 1333ee3..0000000
--- a/README
+++ /dev/null
@@ -1,21 +0,0 @@
-Here is a script and a Makefile for generating a debmake docset for Dash. It is built from documentation provided by the [debmake-doc](https://salsa.debian.org/debian/debmake-doc) package and provides guides useful for the creation of deb packages. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset.
-
-- debmake: https://salsa.debian.org/debian/debmake
-- Dash: https://kapeli.com/dash
-
-Requirements:
-
-- any POSIX-compliant shell
-- curl
-- make
-- po4a
-- sqlite3
-
-To generate a docset, simply execute `make` from the same directory as this README file. The version installed on the system will be packaged appropriately. The default locale is English (en). Alternative locales can be specified by executing `make LOCALE=$(locale)` (where $(locale) is the short form, i.e. "en"). The list of supported locales is listed below:
-
-- German (de)
-- English (en)
-- Japanese (jp)
-- Russian (ru)
-- Chinese (China) (zh-cn)
-- Chinese (Taiwan) (zh-tw)