aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-06-19 02:56:38 +0800
committerohauer <ohauer@FreeBSD.org>2011-06-19 02:56:38 +0800
commit324b59079fd7aa8e6a5403057989ddf6a5769f4e (patch)
treec94ea95b0df0eda61923cf6281d059bd27bc1ca0
parentb93918b075eab043f13fd6e4e5f48638c7a2aa27 (diff)
downloadfreebsd-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>
-rw-r--r--lang/Makefile3
-rw-r--r--lang/python-doc-text/Makefile11
2 files changed, 13 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 65a859355b52..d69a923f8dea 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -9,8 +9,8 @@
SUBDIR += TenDRA
SUBDIR += abcl
SUBDIR += afnix
- SUBDIR += alisp
SUBDIR += algol68g
+ SUBDIR += alisp
SUBDIR += arena
SUBDIR += asn1c
SUBDIR += atlast
@@ -265,6 +265,7 @@
SUBDIR += python-doc-pdf-letter
SUBDIR += python-doc-postscript-a4
SUBDIR += python-doc-postscript-letter
+ SUBDIR += python-doc-text
SUBDIR += python-mode.el
SUBDIR += python24
SUBDIR += python25
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"