diff options
author | drochner <drochner@pkgsrc.org> | 2012-04-23 16:53:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-04-23 16:53:12 +0000 |
commit | 0f4c00a598108fdc8c34d69a84e83293897b146b (patch) | |
tree | f50cc6649de70f42b72b92f252888d42bbb22b0a /textproc/py-sphinx | |
parent | 869f19cb06093fa99b14813aa0f6a3d0dedc03f7 (diff) | |
download | pkgsrc-0f4c00a598108fdc8c34d69a84e83293897b146b.tar.gz |
give hints for selftest
Diffstat (limited to 'textproc/py-sphinx')
-rw-r--r-- | textproc/py-sphinx/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index c02162488c5..6aa86f08d45 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/04/23 14:52:53 adam Exp $ +# $NetBSD: Makefile,v 1.16 2012/04/23 16:53:12 drochner Exp $ DISTNAME= Sphinx-1.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -18,5 +18,10 @@ DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments USE_LANGUAGES= #none +#USE_TOOLS+= makeinfo +# also needs LaTeX with additional packages (tex-mdwtools, tex-parskip) +#do-test: +# cd ${WRKSRC}/tests && ${PYTHONBIN} run.py + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |