diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-06-19 02:56:38 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-06-19 02:56:38 +0800 |
commit | 324b59079fd7aa8e6a5403057989ddf6a5769f4e (patch) | |
tree | c94ea95b0df0eda61923cf6281d059bd27bc1ca0 /lang/python-doc-text | |
parent | b93918b075eab043f13fd6e4e5f48638c7a2aa27 (diff) | |
download | freebsd-ports-gnome-324b59079fd7aa8e6a5403057989ddf6a5769f4e.tar.gz freebsd-ports-gnome-324b59079fd7aa8e6a5403057989ddf6a5769f4e.tar.zst freebsd-ports-gnome-324b59079fd7aa8e6a5403057989ddf6a5769f4e.zip |
- Documentation for the Python programming language in txt format
PR: ports/152186
Submitted by: John Hein <jhein _at_ symmetricom.com>
Diffstat (limited to 'lang/python-doc-text')
-rw-r--r-- | lang/python-doc-text/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python-doc-text/Makefile b/lang/python-doc-text/Makefile new file mode 100644 index 000000000000..c3ef1958d161 --- /dev/null +++ b/lang/python-doc-text/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: python-doc-text +# Date created: 12 November 2010 +# Whom: John Hein <jhein@symmetricom.com> +# +# $FreeBSD$ +# + +DOCFORMAT= text +MASTERDIR= ${.CURDIR}/../python-doc-html + +.include "${MASTERDIR}/Makefile" |