aboutsummaryrefslogtreecommitdiff
path: root/accessibility/flite/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-11-14 01:03:33 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-17 18:43:01 +0700
commitb8ec23a38406794115934935b65aca59298efa26 (patch)
tree710cd19f3166291317426b8da065d4470bd0c59e /accessibility/flite/README
parent93cc852f284e6390c7046374fd41a8e5aecc5552 (diff)
accessibility/flite: Better texlive support.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'accessibility/flite/README')
-rw-r--r--accessibility/flite/README16
1 files changed, 11 insertions, 5 deletions
diff --git a/accessibility/flite/README b/accessibility/flite/README
index 8e44fa95c9e33..9115b3111aae4 100644
--- a/accessibility/flite/README
+++ b/accessibility/flite/README
@@ -1,7 +1,7 @@
flite (speech synthesis engine)
Flite is a small, fast run-time synthesis engine, designed for
-embedded systems and servers. Flite was developed by Alan W Black and
+embedded systems and servers. Flite was developed by Alan W. Black and
Kevin Lenzo at Carnegie Mellon University, in Pittsburgh.
Starting with version 2.0.0, flite is able to load extra voice files
@@ -11,7 +11,13 @@ http://festvox.org/flite/packed/flite-2.0/voices/ and place them
in the same directory as the SlackBuild. They will be installed in
/usr/share/flite/, and can be used with the flite's -voice option.
-To skip building the HTML and GNU Info API documentation, set DOCS=no
-in the environment. The man page will still be included. This option is
-mainly provided in case a future version of texi2html has issues with
-the texi2html options used by flite's doc/Makefile.
+The flite API documentation is available as a GNU info document,
+via "info flite". The same docs are available as HTML in
+/usr/doc/flite-$VERSION/html if:
+
+- You have Slackware's tetex package installed, or...
+- You have texlive and texi2html installed from SBo.
+
+The API docs are only needed for developers who intend to write code that
+uses flite as a library. If you have build errors that mention texi2html,
+try 'export HTML=no' in the script's environment.