diff options
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | fonts/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 79013ff5a22..25242e7e525 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2583 2011/10/19 22:14:35 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.2584 2011/10/19 22:20:31 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4105,3 +4105,5 @@ Changes to the packages collection and infrastructure in 2011: Added fonts/tex-garuda-c90 version 2011 [minskim 2011-10-19] Added fonts/tex-norasi-c90 version 2011 [minskim 2011-10-19] Added print/tex-thailatex version 0.4.5 [minskim 2011-10-19] + Added fonts/tex-wadalab version 2011 [minskim 2011-10-19] + Added fonts/tex-wadalab-doc version 2011 [minskim 2011-10-19] diff --git a/fonts/Makefile b/fonts/Makefile index b9fdb0579c6..5ce0a9e702e 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.212 2011/10/19 22:10:15 minskim Exp $ +# $NetBSD: Makefile,v 1.213 2011/10/19 22:20:31 minskim Exp $ # COMMENT= Fonts @@ -263,6 +263,8 @@ SUBDIR+= tex-uhc SUBDIR+= tex-uhc-doc SUBDIR+= tex-utopia SUBDIR+= tex-utopia-doc +SUBDIR+= tex-wadalab +SUBDIR+= tex-wadalab-doc SUBDIR+= tex-wasy SUBDIR+= tex-wasy-doc SUBDIR+= tex-wasysym |