diff options
author | drochner <drochner@pkgsrc.org> | 2002-04-19 10:50:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-04-19 10:50:48 +0000 |
commit | 27d44ede9641d9e9e2e35477520727d3316feb8d (patch) | |
tree | e2a04f3f543c7c26018d3fb80690166b28ee4b09 /lang | |
parent | 388d0851894a450bdec6118ff8ded5b5dfd97cf4 (diff) | |
download | pkgsrc-27d44ede9641d9e9e2e35477520727d3316feb8d.tar.gz |
add Python 2.1/2.2 html docs
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index a8bf29a7dce..97cf6854595 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2002/04/03 18:08:05 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2002/04/19 10:50:48 drochner Exp $ # COMMENT= Programming languages @@ -68,6 +68,8 @@ SUBDIR+= pforth SUBDIR+= pgcc SUBDIR+= py-extclass SUBDIR+= py-html-docs +SUBDIR+= py21-html-docs +SUBDIR+= py22-html-docs #SUBDIR+= python # only contains Makefile fragments SUBDIR+= python15 SUBDIR+= python20 |