diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 06:34:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 06:34:54 +0000 |
commit | 0a20b2370b82a8e453f74199423e6e89417966ef (patch) | |
tree | 95f0c3f9935c49e327367cc253a0212aab58eaa2 /lang | |
parent | 06bd3bef08a89cb220221d68c452f1471f9c573c (diff) | |
download | pkgsrc-0a20b2370b82a8e453f74199423e6e89417966ef.tar.gz |
Add and enable py24-html-docs.
Diffstat (limited to 'lang')
-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 |