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 baba4dd39d9..3e61fb67ef4 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1382 2009/04/14 18:17:50 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.1383 2009/04/14 18:25:20 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1863,3 +1863,4 @@ Changes to the packages collection and infrastructure in 2009: Added fonts/tex-latex-fonts version 2008.7340 [minskim 2009-04-14] Added print/tex-latexconfig version 2008.9276 [minskim 2009-04-14] Added print/tex-latex version 2008.11896 [minskim 2009-04-14] + Added print/tex-bin-latex version 2008.10592 [minskim 2009-04-14] diff --git a/print/Makefile b/print/Makefile index 1abc10ae7bb..3fd32b61e47 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.219 2009/04/14 18:17:50 minskim Exp $ +# $NetBSD: Makefile,v 1.220 2009/04/14 18:25:21 minskim Exp $ # COMMENT= Desktop publishing @@ -128,6 +128,7 @@ SUBDIR+= tex-bagpipetex SUBDIR+= tex-bin-dvipdfm SUBDIR+= tex-bin-dvipsk SUBDIR+= tex-bin-kpathsea +SUBDIR+= tex-bin-latex SUBDIR+= tex-bin-tetex SUBDIR+= tex-bin-tex SUBDIR+= tex-bin-texlive |