diff options
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index b952e3a6b44..0b29a83b764 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2790 2009/07/21 22:49:32 sno Exp $ +$NetBSD: CHANGES-2009,v 1.2791 2009/07/22 07:03:25 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3706,3 +3706,5 @@ Changes to the packages collection and infrastructure in 2009: Updated devel/p5-Config-General to 2.43 [sno 2009-07-21] Updated comms/p5-Device-Modem to 1.51 [sno 2009-07-21] Updated devel/p5-Proc-Background to 1.10 [sno 2009-07-21] + Added print/tex-elsarticle version 1.0.1 [minskim 2009-07-22] + Added print/tex-elsarticle-doc version 1.0.1 [minskim 2009-07-22] diff --git a/print/Makefile b/print/Makefile index 59aa15c15ce..82fa9e98dda 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2009/07/20 11:10:37 minskim Exp $ +# $NetBSD: Makefile,v 1.293 2009/07/22 07:03:25 minskim Exp $ # COMMENT= Desktop publishing @@ -171,6 +171,8 @@ SUBDIR+= tex-dhucs SUBDIR+= tex-draftwatermark SUBDIR+= tex-dvipdfmx-def SUBDIR+= tex-dvips +SUBDIR+= tex-elsarticle +SUBDIR+= tex-elsarticle-doc SUBDIR+= tex-enctex SUBDIR+= tex-enctex-doc SUBDIR+= tex-enumitem |