diff options
author | agc <agc> | 2001-04-27 12:20:17 +0000 |
---|---|---|
committer | agc <agc> | 2001-04-27 12:20:17 +0000 |
commit | ba24eea7ef9956df6a04876dde38c4b6f2ebd05f (patch) | |
tree | b73d830ab38427cc29430b3174b0856d00ade42f /textproc | |
parent | 8b41f0986a7220206e25e11587ea4754bb77ec98 (diff) | |
download | pkgsrc-ba24eea7ef9956df6a04876dde38c4b6f2ebd05f.tar.gz |
Add and enable rtf-tools
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 e09a754ca6e..ae84468f40c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2001/04/27 11:19:24 agc Exp $ +# $NetBSD: Makefile,v 1.95 2001/04/27 12:20:17 agc Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -60,6 +60,7 @@ SUBDIR+= pyxml SUBDIR+= qsubst SUBDIR+= rfcutil SUBDIR+= rman +SUBDIR+= rtf-tools SUBDIR+= rtfm SUBDIR+= saxon SUBDIR+= scrollkeeper |