diff options
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 54ec3fd2545..17e9064ea59 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2189 2009/06/07 05:32:29 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2190 2009/06/07 05:53:21 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2915,3 +2915,4 @@ Changes to the packages collection and infrastructure in 2009: Updated www/typolight27-translations to 20090605 [taca 2009-06-07] Added print/tex-bibtex version 0.99c [minskim 2009-06-07] Added print/tex-bibtex-doc version 0.99c [minskim 2009-06-07] + Added print/tex-dvips version 2008.12784 [minskim 2009-06-07] diff --git a/print/Makefile b/print/Makefile index b1a10034633..6e90a9932af 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.257 2009/06/07 05:32:30 minskim Exp $ +# $NetBSD: Makefile,v 1.258 2009/06/07 05:53:21 minskim Exp $ # COMMENT= Desktop publishing @@ -156,6 +156,7 @@ SUBDIR+= tex-dehyph-exptl SUBDIR+= tex-dhucs SUBDIR+= tex-draftwatermark SUBDIR+= tex-dvipdfmx-def +SUBDIR+= tex-dvips SUBDIR+= tex-etex SUBDIR+= tex-etex-doc SUBDIR+= tex-etex-pkg |