diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-08 19:04:12 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-08 19:04:12 +0000 |
commit | cb6d9a13c1d7ce6b27de14b1de47b511a63a8156 (patch) | |
tree | 27aa438e671e7dcb7f162554d21f53405514d112 /palm/Makefile | |
parent | 9571e10efcddda8144ca7485807a0384bf723c1e (diff) | |
download | ports-cb6d9a13c1d7ce6b27de14b1de47b511a63a8156.tar.gz ports-cb6d9a13c1d7ce6b27de14b1de47b511a63a8156.zip |
New port: txt2pdbdoc
Converts plain text and HTML files to Palm Pilot Doc formats
Submitted by: keichii@iteration.net
Notes
Notes:
svn path=/head/; revision=36954
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 741602822849..f88288ed5080 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -23,6 +23,7 @@ SUBDIR += prc-tools-binutils SUBDIR += prc-tools-gcc SUBDIR += syncal + SUBDIR += txt2pdbdoc SUBDIR += xcopilot .include <bsd.port.subdir.mk> |