diff options
author | feld <feld@FreeBSD.org> | 2015-09-19 01:28:28 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-09-19 01:28:28 +0800 |
commit | 2483f39493a7371123d781136329dcebcb73da7c (patch) | |
tree | 6d4468eb9fb5171ca135702b8e838b40256de341 /textproc/Makefile | |
parent | 91446565896d4ae332504566bd5b03ef0542940b (diff) | |
download | freebsd-ports-gnome-2483f39493a7371123d781136329dcebcb73da7c.tar.gz freebsd-ports-gnome-2483f39493a7371123d781136329dcebcb73da7c.tar.zst freebsd-ports-gnome-2483f39493a7371123d781136329dcebcb73da7c.zip |
A Sphinx extension to literally insert the output of arbitrary commands into
documents, helping you to keep your command examples up to date.
WWW: http://sphinxcontrib-programoutput.readthedocs.org/
PR: 203190
Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index eb5f99871a8c..b9a98047d406 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1265,6 +1265,7 @@ SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-httpdomain + SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-syck SUBDIR += py-texttable SUBDIR += py-tinycss |