diff options
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index e8d3d6678d5..c89346b7bda 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.644 2011/03/13 23:33:12 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.645 2011/03/13 23:51:49 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -1096,3 +1096,5 @@ Changes to the packages collection and infrastructure in 2011: Updated mail/opendkim to 2.3.0 [pettai 2011-03-13] Added fonts/tex-fourier version 1.3 [minskim 2011-03-13] Added fonts/tex-fourier-doc version 1.3 [minskim 2011-03-13] + Added print/tex-jurabib version 0.6 [minskim 2011-03-13] + Added print/tex-jurabib-doc version 0.6 [minskim 2011-03-13] diff --git a/print/Makefile b/print/Makefile index a55189c981f..3c4be3b22e4 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.476 2011/03/06 21:49:58 minskim Exp $ +# $NetBSD: Makefile,v 1.477 2011/03/13 23:51:49 minskim Exp $ # COMMENT= Desktop publishing @@ -380,6 +380,8 @@ SUBDIR+= tex-ifxetex-doc SUBDIR+= tex-igo SUBDIR+= tex-jadetex SUBDIR+= tex-jsclasses +SUBDIR+= tex-jurabib +SUBDIR+= tex-jurabib-doc SUBDIR+= tex-kix SUBDIR+= tex-kix-doc SUBDIR+= tex-koma-script |