diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-02-27 20:48:24 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-02-27 20:48:24 +0800 |
commit | 20f705640ddc0cd0ca2ed2fc0536c3bec6b9d3f0 (patch) | |
tree | e0fc13e2f9295c38698e90f822102de4a3250bac /textproc/Makefile | |
parent | 46c3da89b34d7ada44984283ae87cf38c536ebb0 (diff) | |
download | freebsd-ports-gnome-20f705640ddc0cd0ca2ed2fc0536c3bec6b9d3f0.tar.gz freebsd-ports-gnome-20f705640ddc0cd0ca2ed2fc0536c3bec6b9d3f0.tar.zst freebsd-ports-gnome-20f705640ddc0cd0ca2ed2fc0536c3bec6b9d3f0.zip |
Add manued.el, emacs lisp implementation for a method for
proofreading of manuscripts.
PR: ports/35340
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
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 3dea79e4f86a..52444e828553 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -102,6 +102,7 @@ SUBDIR += ltxml SUBDIR += makepatch SUBDIR += man2html + SUBDIR += manued.el SUBDIR += mgdiff SUBDIR += mguesser SUBDIR += minidom |