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 2c6d651ed93..91f2f117f1c 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.1866 2010/05/10 22:41:54 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.1867 2010/05/10 22:45:04 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -2378,3 +2378,5 @@ Changes to the packages collection and infrastructure in 2010: Added fonts/tex-ec-doc version 1.0 [minskim 2010-05-10] Added fonts/tex-lh version 3.5g [minskim 2010-05-10] Added fonts/tex-lh-doc version 3.5g [minskim 2010-05-10] + Added fonts/tex-cmcyr version 2009 [minskim 2010-05-10] + Added fonts/tex-cmcyr-doc version 2009 [minskim 2010-05-10] diff --git a/fonts/Makefile b/fonts/Makefile index 0ef22051c82..4da42f20fce 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2010/05/10 22:41:54 minskim Exp $ +# $NetBSD: Makefile,v 1.154 2010/05/10 22:45:04 minskim Exp $ # COMMENT= Fonts @@ -146,6 +146,8 @@ SUBDIR+= tex-cm SUBDIR+= tex-cm-doc SUBDIR+= tex-cm-super SUBDIR+= tex-cm-super-doc +SUBDIR+= tex-cmcyr +SUBDIR+= tex-cmcyr-doc SUBDIR+= tex-courier SUBDIR+= tex-ec SUBDIR+= tex-ec-doc |