diff options
author | simonb <simonb> | 2003-05-16 01:46:41 +0000 |
---|---|---|
committer | simonb <simonb> | 2003-05-16 01:46:41 +0000 |
commit | 13962bc477e8afffd008a3d0bb83273b7b5fe304 (patch) | |
tree | 34eac71149130d19e148b63319df47b2e7605fa4 /textproc | |
parent | ece5c8d72b86f329ad09dbfcabfe094861a64ca6 (diff) | |
download | pkgsrc-13962bc477e8afffd008a3d0bb83273b7b5fe304.tar.gz |
Add and enable diffstat.
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 2c571114d26..c2bd06e17aa 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2003/04/29 18:25:51 drochner Exp $ +# $NetBSD: Makefile,v 1.198 2003/05/16 01:46:41 simonb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -46,6 +46,7 @@ SUBDIR+= dict-client SUBDIR+= dict-dictionaries SUBDIR+= dict-server SUBDIR+= diction +SUBDIR+= diffstat SUBDIR+= docbook SUBDIR+= docbook-website SUBDIR+= docbook-xml |