diff options
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | math/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index c2d4346cd5e..5eabae569c6 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.661 2011/03/15 18:37:25 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.662 2011/03/15 18:46:56 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -1123,3 +1123,5 @@ Changes to the packages collection and infrastructure in 2011: Added fonts/tex-fontname version 2010 [minskim 2011-03-15] Added fonts/tex-fontname-doc version 2010 [minskim 2011-03-15] Added print/tex-genmisc version 2010 [minskim 2011-03-15] + Added math/tex-kastrup version 2010 [minskim 2011-03-15] + Added math/tex-kastrup-doc version 2010 [minskim 2011-03-15] diff --git a/math/Makefile b/math/Makefile index f4b97c29001..70d7a97ef5f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.213 2011/03/04 19:06:26 minskim Exp $ +# $NetBSD: Makefile,v 1.214 2011/03/15 18:46:57 minskim Exp $ COMMENT= Mathematics @@ -193,6 +193,8 @@ SUBDIR+= tasp-vsipl SUBDIR+= teapot SUBDIR+= tex-fp SUBDIR+= tex-fp-doc +SUBDIR+= tex-kastrup +SUBDIR+= tex-kastrup-doc SUBDIR+= texdrive SUBDIR+= tochnog SUBDIR+= udunits |