diff options
author | kris <kris@FreeBSD.org> | 2002-10-21 07:10:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-21 07:10:16 +0800 |
commit | 7f7b331ebc8872b76df8f5641f979fc1599d5490 (patch) | |
tree | d18409876f570a1615e37fea74a0748acd90faac /palm/Makefile | |
parent | bb505acf32e824618bf9b0d22558985f7283761a (diff) | |
download | freebsd-ports-gnome-7f7b331ebc8872b76df8f5641f979fc1599d5490.tar.gz freebsd-ports-gnome-7f7b331ebc8872b76df8f5641f979fc1599d5490.tar.zst freebsd-ports-gnome-7f7b331ebc8872b76df8f5641f979fc1599d5490.zip |
makeztxt is a simple command line program that takes a plain ASCII text file
and compresses it into a zTXT database. makeztxt will remove newline
characters at the end of lines that contain text so that the paragraphs flow
better on the Palm screen.
Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
Diffstat (limited to 'palm/Makefile')
-rw-r--r-- | palm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index ec1ee72f67ea..37ff508f8687 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -13,6 +13,7 @@ SUBDIR += jpilot SUBDIR += libmal SUBDIR += malsync + SUBDIR += makeztxt SUBDIR += mdbconv SUBDIR += p5-Palm SUBDIR += palmos-sdk |