diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-07-04 20:03:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:42:13 +0700 |
commit | fcdedd4cecaf685e44ac1d20e207b9be1289021c (patch) | |
tree | 9004ab2eb272630671f1b7caa2497f8a97fe67fb /libraries/lilv/README | |
parent | a1703e3e522e2f6b1c5eee8e4587c50fe09b62ee (diff) |
libraries/lilv: Don't build the docs by default, cleanups.
A Sphinx module is needed to build them
and that's a bit overkill
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lilv/README')
-rw-r--r-- | libraries/lilv/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/lilv/README b/libraries/lilv/README index 4ea88690c045b..9e05f06f2a481 100644 --- a/libraries/lilv/README +++ b/libraries/lilv/README @@ -3,3 +3,7 @@ possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications. + +By default docs aren't built: if you like to include them be sure +to have the optional dependency python-sphinx-lv2-theme installed +and pass the script the parameter DOCS=yes |