From c465f76d28a417b398930e660d92998a7c7c3591 Mon Sep 17 00:00:00 2001 From: manu Date: Sun, 9 Jul 2017 14:13:53 +0000 Subject: 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. --- converters/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converters/Makefile') 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 -- cgit v1.2.3