diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-22 08:26:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-22 08:26:47 +0000 |
commit | 187a8be20c563339d8ae06059b3c8505bb2b5bcf (patch) | |
tree | 21e7f0946049e94b6dbd69f6137bdbcf3ad9284e /textproc/Makefile | |
parent | 50927a3b75d5bbdf85e6b62eb56d22b083883740 (diff) |
Add ruby-xmlscan, pure Ruby XML/HTML scanner and XPath
processor/compiler modules.
Notes
Notes:
svn path=/head/; revision=46627
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 309fb9d01476..babfe1732dde 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -169,6 +169,7 @@ SUBDIR += ruby-rss SUBDIR += ruby-sablot SUBDIR += ruby-xmlparser + SUBDIR += ruby-xmlscan SUBDIR += rxp SUBDIR += sablotron SUBDIR += sarep |