diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-29 03:32:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-29 03:32:49 +0000 |
commit | 2afd0edff0514402c4824e5d1e9e9322017270b4 (patch) | |
tree | 64da40ff26866f878e3d29b391e38b7c5317715c | |
parent | 73ad508cbccc6ce531bb2e9877badf79eb3658b6 (diff) | |
download | pkgsrc-2afd0edff0514402c4824e5d1e9e9322017270b4.tar.gz |
Add tex-cmex.
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | fonts/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 1e2bbc3d3d7..8812dcf0677 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1577 2009/04/29 03:14:11 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.1578 2009/04/29 03:32:49 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2154,3 +2154,4 @@ Changes to the packages collection and infrastructure in 2009: Added print/tex-carlisle-doc version 2008.7340 [minskim 2009-04-29] Added print/tex-oberdiek version 2008.12705 [minskim 2009-04-29] Added print/tex-oberdiek-doc version 2008.12705 [minskim 2009-04-29] + Added fonts/tex-cmex version 2008.7340 [minskim 2009-04-29] diff --git a/fonts/Makefile b/fonts/Makefile index 52abe10d776..db652b437cb 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2009/04/28 18:35:28 minskim Exp $ +# $NetBSD: Makefile,v 1.121 2009/04/29 03:32:49 minskim Exp $ # COMMENT= Fonts @@ -138,6 +138,7 @@ SUBDIR+= tex-amsfonts SUBDIR+= tex-amsfonts-doc SUBDIR+= tex-bin-metafont SUBDIR+= tex-cm +SUBDIR+= tex-cmex SUBDIR+= tex-glyphlist SUBDIR+= tex-latex-fonts SUBDIR+= tex-metafont |