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 ea2e25d2ee4..f9244412321 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.606 2010/02/09 18:50:36 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.607 2010/02/09 18:54:22 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -733,3 +733,4 @@ Changes to the packages collection and infrastructure in 2010: Updated audio/p5-Audio-Scan to 0.59 [obache 2010-02-09] Updated math/R to 2.10.1 [adam 2010-02-09] Added print/tex-dvipdfm-doc version 0.13.2d [minskim 2010-02-09] + Added print/tex-dvipdfmx-doc version 2009.16044 [minskim 2010-02-09] diff --git a/print/Makefile b/print/Makefile index 101510d4e87..add50cc8d7b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.338 2010/02/09 18:50:36 minskim Exp $ +# $NetBSD: Makefile,v 1.339 2010/02/09 18:54:22 minskim Exp $ # COMMENT= Desktop publishing @@ -172,6 +172,7 @@ SUBDIR+= tex-draftwatermark SUBDIR+= tex-dvipdfm SUBDIR+= tex-dvipdfm-doc SUBDIR+= tex-dvipdfmx +SUBDIR+= tex-dvipdfmx-doc SUBDIR+= tex-dvipdfmx-def SUBDIR+= tex-dvips SUBDIR+= tex-dvips-doc |