diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-06 23:23:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-06 23:23:14 +0000 |
commit | c5d33eb44aded7763cb231a025a782e35deb95ec (patch) | |
tree | 0d5a68e2fecb00a552f8acdd9ec84b603875532e | |
parent | 8983000298dbc231503edba10ae4dbe361e25ff3 (diff) | |
download | pkgsrc-c5d33eb44aded7763cb231a025a782e35deb95ec.tar.gz |
Add tex-eurosans{,-doc}.
-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 e088a89061d..5ebcf30427a 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.574 2011/03/06 22:31:03 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.575 2011/03/06 23:23:14 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -991,3 +991,5 @@ Changes to the packages collection and infrastructure in 2011: Added print/tex-bibtopic-doc version 1.1a [minskim 2011-03-06] Updated print/tex-dvipdfm to 0.13.2dnb4 [minskim 2011-03-06] Updated print/tex-dvipdfm-doc to 0.13.2dnb2 [minskim 2011-03-06] + Added fonts/tex-eurosans version 2.1 [minskim 2011-03-06] + Added fonts/tex-eurosans-doc version 2.1 [minskim 2011-03-06] diff --git a/fonts/Makefile b/fonts/Makefile index b64d7dd9ae5..c7b96bccd23 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2011/03/06 21:14:28 minskim Exp $ +# $NetBSD: Makefile,v 1.179 2011/03/06 23:23:14 minskim Exp $ # COMMENT= Fonts @@ -186,6 +186,8 @@ SUBDIR+= tex-euro-ce SUBDIR+= tex-euro-ce-doc SUBDIR+= tex-eurofont SUBDIR+= tex-eurofont-doc +SUBDIR+= tex-eurosans +SUBDIR+= tex-eurosans-doc SUBDIR+= tex-eurosym SUBDIR+= tex-eurosym-doc SUBDIR+= tex-fontspec |