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 | 0a2a38d5ec709b8c1fabc1eb751546f3b5c3ea5b (patch) | |
tree | 95f0c3f9935c49e327367cc253a0212aab58eaa2 | |
parent | be409c0d56237db73cf311cbf87ac9e41dc80da5 (diff) | |
download | pkgsrc-0a2a38d5ec709b8c1fabc1eb751546f3b5c3ea5b.tar.gz |
Add and enable py24-html-docs.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | lang/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index b4209408b0f..31cdb5bf52a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8504 2004/12/29 04:10:56 kim Exp $ +$NetBSD: CHANGES,v 1.8505 2004/12/29 06:34:54 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -6678,3 +6678,4 @@ Changes to the packages collection and infrastructure in 2004: Updated tiff to 3.7.1 [reed 2004-12-28] Added p5-Math-Random-0.67 [wiz 2004-12-28] Updated roller to 1.19 [kim 2004-12-29] + Added py24-html-docs-2.4 [minskim 2004-12-29] 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 |