diff options
author | minskim <minskim@pkgsrc.org> | 2007-05-26 00:59:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-05-26 00:59:50 +0000 |
commit | 6ab70e94f13d8040badc41bef8334a158c5eeb9e (patch) | |
tree | f9f24d1667dd78607095b75c92175311730cea1e /textproc | |
parent | 62ef46424b6f162d143304aa465551e69981f212 (diff) | |
download | pkgsrc-6ab70e94f13d8040badc41bef8334a158c5eeb9e.tar.gz |
Add xhtmldiff.
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 f3c88b39e45..57c7a5e1b9a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.363 2007/05/24 10:50:34 minskim Exp $ +# $NetBSD: Makefile,v 1.364 2007/05/26 00:59:50 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -351,6 +351,7 @@ SUBDIR+= xerces-c SUBDIR+= xerces-j SUBDIR+= xfce4-dict-plugin SUBDIR+= xhtml +SUBDIR+= xhtmldiff SUBDIR+= xml2doc SUBDIR+= xmlcatmgr SUBDIR+= xmlindent |