diff options
author | markd <markd@pkgsrc.org> | 2009-01-31 05:34:02 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-01-31 05:34:02 +0000 |
commit | b139972305eb526d2bdc8d85da466fad3049f7c2 (patch) | |
tree | 3c032193771829547748fc3cb9c1ab9608e030d6 /textproc | |
parent | dad0e9e495989dbd0cbbb50e8176fe14ac260efb (diff) | |
download | pkgsrc-b139972305eb526d2bdc8d85da466fad3049f7c2.tar.gz |
add py-sphinx
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c8e5111132d..cf537b6c978 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.459 2009/01/27 18:13:44 joerg Exp $ +# $NetBSD: Makefile,v 1.460 2009/01/31 05:34:02 markd Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -366,6 +366,7 @@ SUBDIR+= py-lxml SUBDIR+= py-markdown SUBDIR+= py-mecab SUBDIR+= py-pygments +SUBDIR+= py-sphinx SUBDIR+= py-textile SUBDIR+= py-xml SUBDIR+= py-yaml |