diff options
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 877a18e8b02..2410b85471a 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2519 2009/07/07 23:24:37 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2520 2009/07/07 23:26:10 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3343,3 +3343,4 @@ Changes to the packages collection and infrastructure in 2009: Added print/tex-preprint-doc version 2008.7340 [minskim 2009-07-07] Updated print/teTeX3-texmf to 3.0nb17 [minskim 2009-07-07] Updated print/tex-IEEEtran to 1.7anb2 [minskim 2009-07-07] + Added print/tex-IEEEtran-doc version 1.7a [minskim 2009-07-07] diff --git a/print/Makefile b/print/Makefile index db2a8ad0bb1..6b88588c5bd 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2009/07/07 23:19:23 minskim Exp $ +# $NetBSD: Makefile,v 1.264 2009/07/07 23:26:10 minskim Exp $ # COMMENT= Desktop publishing @@ -128,6 +128,7 @@ SUBDIR+= teTeX3-bin SUBDIR+= teTeX3-texmf SUBDIR+= teTeX3-texmfsrc SUBDIR+= tex-IEEEtran +SUBDIR+= tex-IEEEtran-doc SUBDIR+= tex-abc SUBDIR+= tex-algorithm2e SUBDIR+= tex-ams |