diff options
author | rh <rh@pkgsrc.org> | 2002-05-05 21:56:58 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-05-05 21:56:58 +0000 |
commit | ce73fca5d04c29337cae877ef05fb85a276ed4b6 (patch) | |
tree | f4b4a1564c82ab472b0a7ef0136bf6586dfb7077 | |
parent | 876f6753bf829f14b0ef16c6581521cb2db92359 (diff) | |
download | pkgsrc-ce73fca5d04c29337cae877ef05fb85a276ed4b6.tar.gz |
Add and enable diction
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f611f546514..ada3c48e7eb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2002/04/13 20:59:34 jwise Exp $ +# $NetBSD: Makefile,v 1.145 2002/05/05 21:56:58 rh Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -14,6 +14,7 @@ SUBDIR+= crimson SUBDIR+= detex SUBDIR+= dict-client SUBDIR+= dict-server +SUBDIR+= diction SUBDIR+= docbook SUBDIR+= docbook-xml SUBDIR+= dsssl-docbook-modular |