diff options
author | tg <tg@FreeBSD.org> | 1999-06-02 18:25:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-06-02 18:25:07 +0800 |
commit | 712f12a9516b6d42a49ebebfca980a412ee28ed8 (patch) | |
tree | 38bc56eb99cd0a0754318ee05851e6f06b057f5c | |
parent | f26ac459202b5bf203bf7a8076b6d5f7c97ba3e4 (diff) | |
download | freebsd-ports-gnome-712f12a9516b6d42a49ebebfca980a412ee28ed8.tar.gz freebsd-ports-gnome-712f12a9516b6d42a49ebebfca980a412ee28ed8.tar.zst freebsd-ports-gnome-712f12a9516b6d42a49ebebfca980a412ee28ed8.zip |
Activate python-doc-*.
-rw-r--r-- | lang/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3b79fe1e5126..56302439022c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.132 1999/04/30 18:17:37 taoka Exp $ +# $Id: Makefile,v 1.133 1999/05/20 21:53:31 obrien Exp $ # SUBDIR += ETHOberonV4 @@ -71,6 +71,11 @@ SUBDIR += pike SUBDIR += ptoc SUBDIR += python + SUBDIR += python-doc-html + SUBDIR += python-doc-pdf-a4 + SUBDIR += python-doc-pdf-letter + SUBDIR += python-doc-postscript-a4 + SUBDIR += python-doc-postscript-letter SUBDIR += rexx-imc SUBDIR += ruby SUBDIR += scheme48 |