diff options
author | minskim <minskim> | 2004-12-29 06:34:54 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-29 06:34:54 +0000 |
commit | 6bdd1a09223300e2fb8ca679869911e6039e7da8 (patch) | |
tree | 95f0c3f9935c49e327367cc253a0212aab58eaa2 /lang/Makefile | |
parent | e224634b63ba48f06afde79980b5a2516171f5dd (diff) | |
download | pkgsrc-6bdd1a09223300e2fb8ca679869911e6039e7da8.tar.gz |
Add and enable py24-html-docs.
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 5923f575dd5..a204180e95e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.205 2004/12/21 10:43:14 darcy Exp $ +# $NetBSD: Makefile,v 1.206 2004/12/29 06:34:54 minskim Exp $ # COMMENT= Programming languages @@ -119,6 +119,7 @@ SUBDIR+= py-pyrex SUBDIR+= py21-html-docs SUBDIR+= py22-html-docs SUBDIR+= py23-html-docs +SUBDIR+= py24-html-docs #SUBDIR+= python # only contains Makefile fragments SUBDIR+= python15 SUBDIR+= python20 |