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 65a9c1b12ab..aa09391a962 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.3958 2010/11/13 03:22:12 minskim Exp $ +$NetBSD: CHANGES-2010,v 1.3959 2010/11/13 03:24:16 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -5536,3 +5536,4 @@ Changes to the packages collection and infrastructure in 2010: Updated print/tex-everypage to 1.1 [minskim 2010-11-13] Added print/tex-everypage-doc version 1.1 [minskim 2010-11-13] Updated print/tex-draftwatermark to 1.0nb1 [minskim 2010-11-13] + Added print/tex-draftwatermark-doc version 1.0 [minskim 2010-11-13] diff --git a/print/Makefile b/print/Makefile index cf72a7194f8..0cc0fa15f8e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.440 2010/11/13 03:18:35 minskim Exp $ +# $NetBSD: Makefile,v 1.441 2010/11/13 03:24:16 minskim Exp $ # COMMENT= Desktop publishing @@ -238,6 +238,7 @@ SUBDIR+= tex-dblfloatfix-doc SUBDIR+= tex-dehyph-exptl SUBDIR+= tex-dehyph-exptl-doc SUBDIR+= tex-draftwatermark +SUBDIR+= tex-draftwatermark-doc SUBDIR+= tex-dvipdfm SUBDIR+= tex-dvipdfm-doc SUBDIR+= tex-dvipdfmx |