diff options
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | fonts/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 0a0a01bc316..b90691f0e0b 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1594 2009/04/29 18:30:48 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.1595 2009/04/29 18:40:57 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2174,3 +2174,5 @@ Changes to the packages collection and infrastructure in 2009: Updated math/maxima to 5.18.1 [asau 2009-04-29] Added print/tex-rotating version 2.16a [minskim 2009-04-29] Added print/tex-rotating-doc version 2.16a [minskim 2009-04-29] + Added fonts/tex-tipa version 1.3 [minskim 2009-04-29] + Added fonts/tex-tipa-doc version 1.3 [minskim 2009-04-29] diff --git a/fonts/Makefile b/fonts/Makefile index a21b4371f10..306c781face 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2009/04/29 05:30:19 minskim Exp $ +# $NetBSD: Makefile,v 1.123 2009/04/29 18:40:57 minskim Exp $ # COMMENT= Fonts @@ -146,6 +146,8 @@ SUBDIR+= tex-marvosym-doc SUBDIR+= tex-metafont SUBDIR+= tex-psnfss SUBDIR+= tex-psnfss-doc +SUBDIR+= tex-tipa +SUBDIR+= tex-tipa-doc SUBDIR+= tex-uhc-fonts-base SUBDIR+= tex-uhc-fonts-extra SUBDIR+= tex-unttf |