96454e5450
and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code Example: unzip -p document.odt content.xml | o3totxt WWW: http://siag.nu/o3read/ PR: ports/126320 Submitted by: Alex Samorukov <samm at os2 dot kiev dot ua>
13 lines
371 B
Text
13 lines
371 B
Text
--- Makefile.orig 2005-01-07 11:28:47.000000000 +0300
|
|
+++ Makefile 2008-08-21 20:27:37.000000000 +0400
|
|
@@ -2,9 +2,7 @@
|
|
PACKAGE = o3read
|
|
VERSION = 0.0.4
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -Wall -ansi -pedantic -O -g
|
|
-PREFIX = /usr/local
|
|
+CFLAGS += -Wall -ansi -pedantic
|
|
BINDIR = $(PREFIX)/bin
|
|
MANDIR = $(PREFIX)/man/man1
|
|
DOCS = COPYING INSTALL README TODO ChangeLog filformat.sxw
|