diff options
-rw-r--r-- | doc/CHANGES-2010 | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index c18241146d7..069bd27cec9 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.725 2010/02/15 00:25:22 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.726 2010/02/15 00:33:22 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -865,3 +865,4 @@ Changes to the packages collection and infrastructure in 2010: Updated fonts/tex-mflogo-doc to 2009 [minskim 2010-02-14] Updated print/tex-pdftex-doc to 1.40.10 [minskim 2010-02-15] Added print/tex-tetex-doc version 3.0 [minskim 2010-02-15] + Added print/tex-collection-basic-doc version 2009 [minskim 2010-02-15] diff --git a/print/Makefile b/print/Makefile index 4df7179ed1d..b6679ad46ad 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.343 2010/02/15 00:25:22 minskim Exp $ +# $NetBSD: Makefile,v 1.344 2010/02/15 00:33:23 minskim Exp $ # COMMENT= Desktop publishing @@ -164,6 +164,7 @@ SUBDIR+= tex-chemarrow SUBDIR+= tex-cite SUBDIR+= tex-cite-doc SUBDIR+= tex-collection-basic +SUBDIR+= tex-collection-basic-doc SUBDIR+= tex-collection-documentation-base-doc SUBDIR+= tex-colortbl SUBDIR+= tex-colortbl-doc |