diff options
author | pav <pav@FreeBSD.org> | 2005-07-08 04:50:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-08 04:50:06 +0800 |
commit | 32975274ca6d5748fd4da7359b7435e2b32e78ab (patch) | |
tree | 5a692bf0086b7fc6ca42220ec01b4bbd294456f7 /textproc/Makefile | |
parent | f452d800dec7ef59d399b7cc8454028e9fdb0fe7 (diff) | |
download | freebsd-ports-gnome-32975274ca6d5748fd4da7359b7435e2b32e78ab.tar.gz freebsd-ports-gnome-32975274ca6d5748fd4da7359b7435e2b32e78ab.tar.zst freebsd-ports-gnome-32975274ca6d5748fd4da7359b7435e2b32e78ab.zip |
A simple rtf2html converter. If no file is specified rtf2html reads from
standard input.
PR: ports/83057
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
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 60ca3f601d22..ab43d6a9d89c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -589,6 +589,7 @@ SUBDIR += roap SUBDIR += rot SUBDIR += rotix + SUBDIR += rtf2html SUBDIR += rtfreader SUBDIR += rtfx SUBDIR += rubber |