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 a309025f302..55b7cc64ea7 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1820 2009/05/14 05:54:09 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.1821 2009/05/14 06:10:40 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2424,3 +2424,4 @@ Changes to the packages collection and infrastructure in 2009: Updated print/tex-bin-tetex to 3.0.12897 [minskim 2009-05-14] Added print/tex-hyph-utf8-doc version 2008.11171 [minskim 2009-05-14] Added devel/lua-mode version 20071122 [minskim 2009-05-14] + Added textproc/markdown-mode version 1.6 [minskim 2009-05-14] diff --git a/textproc/Makefile b/textproc/Makefile index f0dad2fec85..e1b1c5b2df1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.476 2009/05/08 14:09:31 seb Exp $ +# $NetBSD: Makefile,v 1.477 2009/05/14 06:10:40 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -170,6 +170,7 @@ SUBDIR+= lq-sp SUBDIR+= lua-expat SUBDIR+= makeindexk SUBDIR+= makeztxt +SUBDIR+= markdown-mode SUBDIR+= mdoclint SUBDIR+= mdocml SUBDIR+= mecab |