diff options
-rw-r--r-- | doc/CHANGES-2010 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 0b21b5c7b94..7c9f0145da7 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.1722 2010/04/29 22:52:35 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.1723 2010/04/29 22:54:56 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -2183,3 +2183,5 @@ Changes to the packages collection and infrastructure in 2010: Added print/tex-relsize version 3.1 [minskim 2010-04-29] Added print/tex-tabls version 3.5 [minskim 2010-04-29] Added print/tex-tabls-doc version 3.5 [minskim 2010-04-29] + Added print/tex-ulem version 2009 [minskim 2010-04-29] + Added print/tex-ulem-doc version 2009 [minskim 2010-04-29] diff --git a/print/Makefile b/print/Makefile index b58c6ceab45..525f8e01f6d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.391 2010/04/29 22:52:35 minskim Exp $ +# $NetBSD: Makefile,v 1.392 2010/04/29 22:54:56 minskim Exp $ # COMMENT= Desktop publishing @@ -454,6 +454,8 @@ SUBDIR+= tex-type1cm-doc SUBDIR+= tex-ucs SUBDIR+= tex-ukrhyph SUBDIR+= tex-ukrhyph-doc +SUBDIR+= tex-ulem +SUBDIR+= tex-ulem-doc SUBDIR+= tex-url SUBDIR+= tex-url-doc SUBDIR+= tex-wallpaper |