diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-07 07:17:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-07 07:17:21 +0000 |
commit | db68be77b7f9dd46e0a2949fdec9ec9168384417 (patch) | |
tree | f2f5066b78a52db944fc71e064220e34550c4b23 /textproc/Makefile | |
parent | 178302e52092be7f3454ecf5d29c184243d7f426 (diff) |
Add odt2txt 0.2, a simple (and stupid) converter from OpenDocument Text
to plain text.
PR: ports/107606
Submitted by: chinsan
Notes
Notes:
svn path=/head/; revision=181661
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 7c9bcd195751..11903acc4b9b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -317,6 +317,7 @@ SUBDIR += ocaml-pxp SUBDIR += ocaml-yaxi SUBDIR += ocaml-yaxpo + SUBDIR += odt2txt SUBDIR += openfts SUBDIR += openjade SUBDIR += opensched |