diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-02 10:25:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-02 10:25:07 +0000 |
commit | 3f0dc427d61d8fb698fb0bfeabc52cd699d28eb3 (patch) | |
tree | 17a329eac53e3aa978348582e15cb40c97db46c4 /lang/Makefile | |
parent | 03325380d367d6b51da8e3444d07c707cb1015ff (diff) | |
download | ports-3f0dc427d61d8fb698fb0bfeabc52cd699d28eb3.tar.gz ports-3f0dc427d61d8fb698fb0bfeabc52cd699d28eb3.zip |
Notes
Diffstat (limited to 'lang/Makefile')
-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 |