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/Makefile | |
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/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 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 |