diff options
author | rh <rh@pkgsrc.org> | 2005-02-25 23:47:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2005-02-25 23:47:11 +0000 |
commit | fee77a03d5559b0df67a23ee4d79e5b324787a56 (patch) | |
tree | 46025f9c26612c66b669f0e82b095ebdebc09195 /textproc | |
parent | 1068cf1d2cd6253114184c1d9df925b9ba23a0b2 (diff) | |
download | pkgsrc-fee77a03d5559b0df67a23ee4d79e5b324787a56.tar.gz |
Add and enable writer2latex
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 c5035d869ea..ac57170ce9b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.280 2005/02/22 00:31:08 wiz Exp $ +# $NetBSD: Makefile,v 1.281 2005/02/25 23:47:11 rh Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -268,6 +268,7 @@ SUBDIR+= unroff SUBDIR+= untex SUBDIR+= urlview SUBDIR+= wdiff +SUBDIR+= writer2latex SUBDIR+= xalan-c SUBDIR+= xalan-j SUBDIR+= xerces-c |