diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-02 11:11:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-02 11:11:27 +0000 |
commit | 5e84469681a231b20d21a0a45d0e1103fc168419 (patch) | |
tree | 0cb81b1aff630c1fdecc53c6cb279416d134b586 | |
parent | 66b1b97803fbf8c9897306452cec4764b12406ed (diff) | |
download | pkgsrc-5e84469681a231b20d21a0a45d0e1103fc168419.tar.gz |
Add and enable convertlit.
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0652ab5cdb6..10908d58bfd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.294 2005/09/27 12:02:43 salo Exp $ +# $NetBSD: Makefile,v 1.295 2005/10/02 11:11:27 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -43,6 +43,7 @@ SUBDIR+= cawf SUBDIR+= cdif SUBDIR+= chasen SUBDIR+= chasen-base +SUBDIR+= convertlit SUBDIR+= crimson SUBDIR+= db2latex SUBDIR+= detex |