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 80f0a348eba..8a01d339465 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.570 2011/03/06 20:52:39 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.571 2011/03/06 21:14:28 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -983,3 +983,5 @@ Changes to the packages collection and infrastructure in 2011: Updated pkgtools/pkgin to 0.4.2 [imil 2011-03-06] Added fonts/tex-bera version 2010 [minskim 2011-03-06] Added fonts/tex-bera-doc version 2010 [minskim 2011-03-06] + Added fonts/tex-eurofont version 1.1.3 [minskim 2011-03-06] + Added fonts/tex-eurofont-doc version 1.1.3 [minskim 2011-03-06] diff --git a/fonts/Makefile b/fonts/Makefile index 1c784b8c2a4..b64d7dd9ae5 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.177 2011/03/06 20:52:39 minskim Exp $ +# $NetBSD: Makefile,v 1.178 2011/03/06 21:14:28 minskim Exp $ # COMMENT= Fonts @@ -184,6 +184,8 @@ SUBDIR+= tex-euenc SUBDIR+= tex-euenc-doc SUBDIR+= tex-euro-ce SUBDIR+= tex-euro-ce-doc +SUBDIR+= tex-eurofont +SUBDIR+= tex-eurofont-doc SUBDIR+= tex-eurosym SUBDIR+= tex-eurosym-doc SUBDIR+= tex-fontspec |