diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-14 06:49:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-14 06:49:59 +0000 |
commit | 2212d52ef8f9d299d9d4af149212770a23ca0370 (patch) | |
tree | 9f1743f1f08efe1f007ad9ad4afecf346d1f5e23 /textproc/Makefile | |
parent | 3748baa68f64fb22644130c320023d84a5ce980a (diff) |
Add eruby, which interprets Ruby code embedded in a text file just
like PHP, ePerl, ASP, or JSP.
Notes
Notes:
svn path=/head/; revision=31637
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 9370441d87ef..929509c054ad 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -30,6 +30,7 @@ SUBDIR += docproj SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs + SUBDIR += eruby SUBDIR += expat SUBDIR += fr-ispell SUBDIR += freegrep |