diff options
-rw-r--r-- | doc/CHANGES-2012 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2012 b/doc/CHANGES-2012 index bd4d396890e..cad4f552ecd 100644 --- a/doc/CHANGES-2012 +++ b/doc/CHANGES-2012 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2012,v 1.3250 2012/10/13 18:41:00 jmmv Exp $ +$NetBSD: CHANGES-2012,v 1.3251 2012/10/13 22:32:56 minskim Exp $ Changes to the packages collection and infrastructure in 2012: @@ -5051,3 +5051,5 @@ Changes to the packages collection and infrastructure in 2012: Updated www/firefox10-l10n to 10.0.9 [ryoon 2012-10-13] Updated mail/thunderbird10-l10n to 10.0.9 [ryoon 2012-10-13] Updated sysutils/sysbuild to 2.4 [jmmv 2012-10-13] + Added print/tex-texconfig version 2012 [minskim 2012-10-13] + Added print/tex-texconfig-doc version 2012 [minskim 2012-10-13] diff --git a/print/Makefile b/print/Makefile index 6cd79d78d32..6585167564c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.543 2012/09/21 05:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.544 2012/10/13 22:32:56 minskim Exp $ # COMMENT= Desktop publishing @@ -616,6 +616,8 @@ SUBDIR+= tex-tabls-doc SUBDIR+= tex-tetex SUBDIR+= tex-tetex-doc SUBDIR+= tex-tex +SUBDIR+= tex-texconfig +SUBDIR+= tex-texconfig-doc SUBDIR+= tex-texdoc SUBDIR+= tex-texdoc-doc SUBDIR+= tex-texlive-common-doc |