diff options
author | adam <adam@pkgsrc.org> | 2017-05-18 20:02:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-05-18 20:02:32 +0000 |
commit | 41a0dee381dc48776678e61b5b7a35d067227c27 (patch) | |
tree | 73db26edd7c2f323e26a6d7ad88a741906ff95a3 /textproc/Makefile | |
parent | 4e4707b3fbebd77961342f716c9eef52a3e58c54 (diff) | |
download | pkgsrc-41a0dee381dc48776678e61b5b7a35d067227c27.tar.gz |
sphinxcontrib-webuspport provides a Python API to easily integrate Sphinx
documentation into your Web application.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f1bfa784af2..3229d59f5f4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.929 2017/05/09 13:18:48 leot Exp $ +# $NetBSD: Makefile,v 1.930 2017/05/18 20:02:32 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -777,6 +777,7 @@ SUBDIR+= py-sphinx SUBDIR+= py-sphinx-rtd-theme SUBDIR+= py-sphinx-theme-cloud SUBDIR+= py-sphinxcontrib-newsfeed +SUBDIR+= py-sphinxcontrib-websupport SUBDIR+= py-tabulate SUBDIR+= py-textile SUBDIR+= py-tinycss |