diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-09 17:20:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-09 17:20:32 +0800 |
commit | d89d0a22fef41401ad23a3d42ee394e18e5b2089 (patch) | |
tree | e93027ad3925a603f5bf7564af1b6868626e079d /textproc/Makefile | |
parent | f60e49a03c2d0b528c793f657596cacfe2363d52 (diff) | |
download | freebsd-ports-graphics-d89d0a22fef41401ad23a3d42ee394e18e5b2089.tar.gz freebsd-ports-graphics-d89d0a22fef41401ad23a3d42ee394e18e5b2089.tar.zst freebsd-ports-graphics-d89d0a22fef41401ad23a3d42ee394e18e5b2089.zip |
remove rtf2htm, which is renamed as unrtf
from unrtf CHANGES :
Overall Program Change Log for GNU UnRTF
----------------------------------------
0.1: original version, known as "rtf2htm"
0.17.4: changed attr.c to use AttrStack (stack of stacks) paradigm
----program renamed UnRTF----
0.17.5: began implementation of output personalities; wrote HTML personality.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5dc2dd51ce3..201b46c815e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -413,7 +413,6 @@ SUBDIR += roap SUBDIR += rot SUBDIR += rotix - SUBDIR += rtf2htm SUBDIR += rtfreader SUBDIR += rubber SUBDIR += ruby-amatch |