diff options
-rw-r--r-- | doc/CHANGES-2013 | 3 | ||||
-rw-r--r-- | fonts/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013 index aae42427387..76f9c7724ff 100644 --- a/doc/CHANGES-2013 +++ b/doc/CHANGES-2013 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2013,v 1.4104 2013/11/12 21:27:56 wiz Exp $ +$NetBSD: CHANGES-2013,v 1.4105 2013/11/12 21:51:17 minskim Exp $ Changes to the packages collection and infrastructure in 2013: @@ -5958,3 +5958,4 @@ Changes to the packages collection and infrastructure in 2013: Updated mail/thunderbird to 24.1.0 [ryoon 2013-11-12] Updated fonts/gsftopkk to 1.19.2nb4 [minskim 2013-11-12] Updated x11/xcb-util-cursor to 0.1.1 [wiz 2013-11-12] + Added fonts/ttfdump version 0.5.5 [minskim 2013-11-12] diff --git a/fonts/Makefile b/fonts/Makefile index 5b7372754ec..29adebf5030 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.236 2013/08/01 05:33:36 minskim Exp $ +# $NetBSD: Makefile,v 1.237 2013/11/12 21:51:17 minskim Exp $ # COMMENT= Fonts @@ -302,6 +302,7 @@ SUBDIR+= tex-zapfding SUBDIR+= thaixfonts SUBDIR+= ttf2pk SUBDIR+= ttf2pt1 +SUBDIR+= ttfdump SUBDIR+= ttftot42 SUBDIR+= ttmkfdir2 SUBDIR+= type1inst |