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 1be5a18373f..f197e875ba2 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2671 2009/07/16 23:26:44 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2672 2009/07/16 23:29:51 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3577,3 +3577,5 @@ Changes to the packages collection and infrastructure in 2009: Added print/tex-float-doc version 1.3d [minskim 2009-07-16] Added print/tex-algorithms version 2008.7340 [minskim 2009-07-16] Added print/tex-algorithms-doc version 2008.7340 [minskim 2009-07-16] + Added print/tex-subfig version 1.3 [minskim 2009-07-16] + Added print/tex-subfig-doc version 1.3 [minskim 2009-07-16] diff --git a/print/Makefile b/print/Makefile index e0153146386..30a6b972e11 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.288 2009/07/16 23:26:44 minskim Exp $ +# $NetBSD: Makefile,v 1.289 2009/07/16 23:29:51 minskim Exp $ # COMMENT= Desktop publishing @@ -297,6 +297,8 @@ SUBDIR+= tex-sectsty-doc SUBDIR+= tex-setspace SUBDIR+= tex-sttools SUBDIR+= tex-sttools-doc +SUBDIR+= tex-subfig +SUBDIR+= tex-subfig-doc SUBDIR+= tex-titlesec SUBDIR+= tex-titlesec-doc SUBDIR+= tex-tools |