summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2022-12-30 16:01:19 -0800
committerLouie Shprung <lshprung@scu.edu>2022-12-30 16:01:19 -0800
commit632006715c99d09d74e77f64293c27ed0bad5a64 (patch)
treeb2c81dd84a0adfdf6230e125453e61ba13d01180 /README
parentd61df0b950654f636044730a06bd6e9d7ce30ac8 (diff)
Update to build from upstream rather than debian sources; can be run more easily on non-Debian systems
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 507fef3..1333ee3 100644
--- a/README
+++ b/README
@@ -6,12 +6,12 @@ Here is a script and a Makefile for generating a debmake docset for Dash. It is
Requirements:
- any POSIX-compliant shell
+- curl
- make
+- po4a
- sqlite3
-In addition, this script is designed to be run on a Debian or Debian-based system where the debmake-doc package can be installed, as the script will check to make sure it can source the docset's html pages from /usr/share/doc/debmake-doc/html
-
-To generate a docset from the the debmake-doc package, 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:
+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)