diff options
author | manu <manu@pkgsrc.org> | 2017-07-09 14:13:53 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2017-07-09 14:13:53 +0000 |
commit | c465f76d28a417b398930e660d92998a7c7c3591 (patch) | |
tree | 8a4b3fbeda5bf27b3116ed7a0690322ec4ecbfee /converters/Makefile | |
parent | 4e84f9ca2288f80283c68216cd3e5305d422b257 (diff) | |
download | pkgsrc-c465f76d28a417b398930e660d92998a7c7c3591.tar.gz |
Add converters/unoconv
unoconv converts any document format that OpenOffice can import, to any
document format that OpenOffice can export.
unoconv uses the OpenOffice's UNO bindings for non-interactive conversion
of documents.
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index ada32fe8f67..889ab58fd64 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2017/06/23 07:12:19 manu Exp $ +# $NetBSD: Makefile,v 1.156 2017/07/09 14:13:53 manu Exp $ # COMMENT= Document format and character code converters @@ -125,6 +125,7 @@ SUBDIR+= txt2html SUBDIR+= txt2man SUBDIR+= txt2pdbdoc SUBDIR+= unix2dos +SUBDIR+= unoconv SUBDIR+= uudeview SUBDIR+= uulib SUBDIR+= wkhtmltopdf |