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 3a9ea653a7d..43ca1439221 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.71 2010/01/16 03:53:02 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.72 2010/01/16 03:55:03 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -103,3 +103,4 @@ Changes to the packages collection and infrastructure in 2010: Added print/tex-pkfix version 1.5 [minskim 2010-01-16] Added print/tex-pkfix-doc version 1.5 [minskim 2010-01-16] Updated print/dvipdfmx to 20090708 [minskim 2010-01-16] + Added print/tex-xdvi version 22.84.16 [minskim 2010-01-16] diff --git a/print/Makefile b/print/Makefile index db9da17ba25..42a71b1acce 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.310 2010/01/16 03:50:43 minskim Exp $ +# $NetBSD: Makefile,v 1.311 2010/01/16 03:55:04 minskim Exp $ # COMMENT= Desktop publishing @@ -331,6 +331,7 @@ SUBDIR+= tex-type1cm SUBDIR+= tex-type1cm-doc SUBDIR+= tex-ucs SUBDIR+= tex-ukrhyph +SUBDIR+= tex-xdvi SUBDIR+= tex-xkeyval SUBDIR+= tex-xkeyval-doc SUBDIR+= tex-xltxtra |