diff options
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index f29615cf3d4..8b7321dae92 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1584 2009/04/29 05:50:51 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.1585 2009/04/29 06:20:58 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2164,3 +2164,4 @@ Changes to the packages collection and infrastructure in 2009: Added fonts/tex-marvosym-doc version 2.1 [minskim 2009-04-29] Added print/tex-fancyhdr version 3.1 [minskim 2009-04-29] Added print/tex-fancyhdr-doc version 3.1 [minskim 2009-04-29] + Added textproc/tex-xmltex-doc version 0.8 [minskim 2009-04-29] diff --git a/textproc/Makefile b/textproc/Makefile index 224ce196f55..e22560ec283 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.474 2009/04/25 12:36:42 rh Exp $ +# $NetBSD: Makefile,v 1.475 2009/04/29 06:20:58 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -451,6 +451,7 @@ SUBDIR+= tei SUBDIR+= tei-p5-schema SUBDIR+= tei-xsl SUBDIR+= tex-xmltex +SUBDIR+= tex-xmltex-doc SUBDIR+= tex2page SUBDIR+= texi2html SUBDIR+= texi2roff |