aboutsummaryrefslogtreecommitdiff
path: root/lang/python-doc-text
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-06-18 18:56:38 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-06-18 18:56:38 +0000
commit348af7003cd1d2feb85584346c77ffd73ce87f51 (patch)
tree4f2bf3c0849fc033be60533eb593db11aa05f0c8 /lang/python-doc-text
parent7f7d05e7b78da759ae6c0d2a1c54285165515743 (diff)
downloadports-348af7003cd1d2feb85584346c77ffd73ce87f51.tar.gz
ports-348af7003cd1d2feb85584346c77ffd73ce87f51.zip
- Documentation for the Python programming language in txt format
PR: ports/152186 Submitted by: John Hein <jhein _at_ symmetricom.com>
Notes
Notes: svn path=/head/; revision=275799
Diffstat (limited to 'lang/python-doc-text')
-rw-r--r--lang/python-doc-text/Makefile11
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"