diff options
-rw-r--r-- | doc/CHANGES-2010 | 4 | ||||
-rw-r--r-- | fonts/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index cb95416bb8f..f400e0a65e6 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.3582 2010/09/23 02:29:17 taca Exp $ +$NetBSD: CHANGES-2010,v 1.3583 2010/09/23 04:08:54 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -4769,3 +4769,5 @@ Changes to the packages collection and infrastructure in 2010: Updated databases/p5-DBIx-Connector to 0.40 [sno 2010-09-22] Updated www/p5-Template-Toolkit-Simple to 0.08 [sno 2010-09-22] Updated databases/ruby-odbc to 0.99992 [taca 2010-09-23] + Added fonts/tex-ly1 version 2010 [minskim 2010-09-23] + Added fonts/tex-ly1-doc version 2010 [minskim 2010-09-23] diff --git a/fonts/Makefile b/fonts/Makefile index 7f7ea091b87..ea7992945fc 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2010/09/16 23:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.165 2010/09/23 04:08:54 minskim Exp $ # COMMENT= Fonts @@ -183,6 +183,8 @@ SUBDIR+= tex-lh SUBDIR+= tex-lh-doc SUBDIR+= tex-lm SUBDIR+= tex-lm-doc +SUBDIR+= tex-ly1 +SUBDIR+= tex-ly1-doc SUBDIR+= tex-manfnt SUBDIR+= tex-marvosym SUBDIR+= tex-marvosym-doc |