diff options
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index fc6c4ccb818..2be3989418e 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2912 2009/08/03 23:38:34 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2913 2009/08/03 23:47:14 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3866,3 +3866,5 @@ Changes to the packages collection and infrastructure in 2009: Updated www/tidy to 20090326 [wiz 2009-08-03] Updated inputmethod/anthy 9100h [taya 2009-08-03] Added print/texlive-pdftools version 2008 [minskim 2009-08-03] + Added print/tex-listings version 1.4 [minskim 2009-08-03] + Added print/tex-listings-doc version 1.4 [minskim 2009-08-03] diff --git a/print/Makefile b/print/Makefile index 269d1518b4a..e2a7999e58f 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.299 2009/08/03 23:38:34 minskim Exp $ +# $NetBSD: Makefile,v 1.300 2009/08/03 23:47:14 minskim Exp $ # COMMENT= Desktop publishing @@ -263,6 +263,8 @@ SUBDIR+= tex-latex SUBDIR+= tex-latexconfig SUBDIR+= tex-leaflet SUBDIR+= tex-leaflet-doc +SUBDIR+= tex-listings +SUBDIR+= tex-listings-doc SUBDIR+= tex-ltxmisc SUBDIR+= tex-luatex SUBDIR+= tex-luatex-doc |