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 b5cd9632b89..d23c2022e91 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.1189 2010/03/12 20:15:19 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.1190 2010/03/12 21:01:12 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -1402,3 +1402,5 @@ Changes to the packages collection and infrastructure in 2010: Updated fonts/tex-lm-doc to 2.004 [minskim 2010-03-12] Added print/tex-twoinone version 2009 [minskim 2010-03-12] Added print/tex-twoinone-doc version 2009 [minskim 2010-03-12] + Added print/tex-threeparttable version 2009 [minskim 2010-03-12] + Added print/tex-threeparttable-doc version 2009 [minskim 2010-03-12] diff --git a/print/Makefile b/print/Makefile index a5523675fa5..4b2b5d5d218 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.352 2010/03/12 20:15:19 minskim Exp $ +# $NetBSD: Makefile,v 1.353 2010/03/12 21:01:12 minskim Exp $ # COMMENT= Desktop publishing @@ -337,6 +337,8 @@ SUBDIR+= tex-tex SUBDIR+= tex-texlive-common-doc SUBDIR+= tex-texlive-en-doc SUBDIR+= tex-texlive-scripts +SUBDIR+= tex-threeparttable +SUBDIR+= tex-threeparttable-doc SUBDIR+= tex-titlesec SUBDIR+= tex-titlesec-doc SUBDIR+= tex-tools |