diff options
author | minskim <minskim@pkgsrc.org> | 2009-05-14 06:10:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-05-14 06:10:40 +0000 |
commit | b4ccd85896114dbd15e22fc90cb0e36d04aa8ed3 (patch) | |
tree | a3944e634d3a4af22530058e7b7f52b62d959fb1 /textproc | |
parent | 3f12131439a01adbebfc1ae99a0a5fb214f0a3c8 (diff) | |
download | pkgsrc-b4ccd85896114dbd15e22fc90cb0e36d04aa8ed3.tar.gz |
Add markdown-mode.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |