From d1b1aa989f0725de7235bbc7baaf51f4041e157c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Roug?= Date: Wed, 9 Jan 2013 21:36:25 +0000 Subject: [PATCH] Renamed the docbook sources from *.xml to *.docbook --- MANIFEST.in | 2 +- contrib/gutenberg/Makefile | 4 +- .../{gbtext2odt.xml => gbtext2odt.docbook} | 0 contrib/odf2epub/Makefile | 4 +- .../{odf2epub.xml => odf2epub.docbook} | 0 contrib/odf2gbzip/Makefile | 4 +- .../{odf2gbzip.xml => odf2gbzip.docbook} | 0 contrib/odf2war/Makefile | 4 +- .../odf2war/{odf2war.xml => odf2war.docbook} | 0 contrib/odfsign/Makefile | 4 +- .../odfsign/{odfsign.xml => odfsign.docbook} | 0 contrib/odscell/Makefile | 4 +- .../odscell/{odscell.xml => odscell.docbook} | 0 contrib/odt2tracwiki/Makefile | 4 +- contrib/odt2tracwiki/odt2tracwiki.1 | 50 ++++++++++++++---- ...{odt2tracwiki.xml => odt2tracwiki.docbook} | 11 ++++ contrib/odt2zwiki/Makefile | 8 +-- contrib/odt2zwiki/odf2zwikimoin.1 | 51 +++++++++++++++++++ ...df2zwikimoin.xml => odf2zwikimoin.docbook} | 0 contrib/syntaxhighlight/Makefile | 4 +- ...xhighlight.xml => syntaxhighlight.docbook} | 0 csv2ods/Makefile | 4 +- csv2ods/{csv2ods.xml => csv2ods.docbook} | 0 mailodf/Makefile | 4 +- mailodf/{mailodf.xml => mailodf.docbook} | 0 odf/namespaces.py | 2 +- odf2mht/Makefile | 4 +- odf2mht/{odf2mht.xml => odf2mht.docbook} | 0 odf2xhtml/Makefile | 4 +- .../{odf2xhtml.xml => odf2xhtml.docbook} | 0 odf2xml/Makefile | 4 +- odf2xml/{odf2xml.xml => odf2xml.docbook} | 0 odfimgimport/Makefile | 4 +- ...{odfimgimport.xml => odfimgimport.docbook} | 0 odflint/Makefile | 4 +- odflint/{odflint.xml => odflint.docbook} | 0 odfmeta/Makefile | 4 +- odfmeta/{odfmeta.xml => odfmeta.docbook} | 0 odfoutline/Makefile | 4 +- .../{odfoutline.xml => odfoutline.docbook} | 0 odfuserfield/Makefile | 4 +- ...{odfuserfield.xml => odfuserfield.docbook} | 0 setup.py | 2 +- xml2odf/Makefile | 4 +- xml2odf/{xml2odf.xml => xml2odf.docbook} | 0 45 files changed, 148 insertions(+), 54 deletions(-) rename contrib/gutenberg/{gbtext2odt.xml => gbtext2odt.docbook} (100%) rename contrib/odf2epub/{odf2epub.xml => odf2epub.docbook} (100%) rename contrib/odf2gbzip/{odf2gbzip.xml => odf2gbzip.docbook} (100%) rename contrib/odf2war/{odf2war.xml => odf2war.docbook} (100%) rename contrib/odfsign/{odfsign.xml => odfsign.docbook} (100%) rename contrib/odscell/{odscell.xml => odscell.docbook} (100%) rename contrib/odt2tracwiki/{odt2tracwiki.xml => odt2tracwiki.docbook} (73%) create mode 100644 contrib/odt2zwiki/odf2zwikimoin.1 rename contrib/odt2zwiki/{odf2zwikimoin.xml => odf2zwikimoin.docbook} (100%) rename contrib/syntaxhighlight/{syntaxhighlight.xml => syntaxhighlight.docbook} (100%) rename csv2ods/{csv2ods.xml => csv2ods.docbook} (100%) rename mailodf/{mailodf.xml => mailodf.docbook} (100%) rename odf2mht/{odf2mht.xml => odf2mht.docbook} (100%) rename odf2xhtml/{odf2xhtml.xml => odf2xhtml.docbook} (100%) rename odf2xml/{odf2xml.xml => odf2xml.docbook} (100%) rename odfimgimport/{odfimgimport.xml => odfimgimport.docbook} (100%) rename odflint/{odflint.xml => odflint.docbook} (100%) rename odfmeta/{odfmeta.xml => odfmeta.docbook} (100%) rename odfoutline/{odfoutline.xml => odfoutline.docbook} (100%) rename odfuserfield/{odfuserfield.xml => odfuserfield.docbook} (100%) rename xml2odf/{xml2odf.xml => xml2odf.docbook} (100%) diff --git a/MANIFEST.in b/MANIFEST.in index f370b19..b30ce7d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include *.txt api-for-odfpy.odt -recursive-include * *.1 +recursive-include * *.1 *.docbook Makefile recursive-include tests *.txt *.py runtests *.odt *.ods *.odp recursive-include examples *.txt *.py recursive-include contrib *.txt *.py diff --git a/contrib/gutenberg/Makefile b/contrib/gutenberg/Makefile index 6adb009..696e706 100644 --- a/contrib/gutenberg/Makefile +++ b/contrib/gutenberg/Makefile @@ -2,10 +2,10 @@ all: odf gbtext2odt.1 txt: gbtext2odt.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/gutenberg/gbtext2odt.xml b/contrib/gutenberg/gbtext2odt.docbook similarity index 100% rename from contrib/gutenberg/gbtext2odt.xml rename to contrib/gutenberg/gbtext2odt.docbook diff --git a/contrib/odf2epub/Makefile b/contrib/odf2epub/Makefile index c4d3f49..5937d6d 100644 --- a/contrib/odf2epub/Makefile +++ b/contrib/odf2epub/Makefile @@ -2,10 +2,10 @@ all: odf odf2epub.1 txt: odf2epub.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/odf2epub/odf2epub.xml b/contrib/odf2epub/odf2epub.docbook similarity index 100% rename from contrib/odf2epub/odf2epub.xml rename to contrib/odf2epub/odf2epub.docbook diff --git a/contrib/odf2gbzip/Makefile b/contrib/odf2gbzip/Makefile index 6f297b2..2643261 100644 --- a/contrib/odf2gbzip/Makefile +++ b/contrib/odf2gbzip/Makefile @@ -2,10 +2,10 @@ all: odf odf2gbzip.1 txt: odf2gbzip.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/odf2gbzip/odf2gbzip.xml b/contrib/odf2gbzip/odf2gbzip.docbook similarity index 100% rename from contrib/odf2gbzip/odf2gbzip.xml rename to contrib/odf2gbzip/odf2gbzip.docbook diff --git a/contrib/odf2war/Makefile b/contrib/odf2war/Makefile index e2357c3..ffff81b 100644 --- a/contrib/odf2war/Makefile +++ b/contrib/odf2war/Makefile @@ -2,10 +2,10 @@ all: odf odf2war.1 txt: odf2war.txt -%.1: %.xml +%.1: %.docbok xmlto man $< -%.txt: %.xml +%.txt: %.docbok xmlto txt $< clean: diff --git a/contrib/odf2war/odf2war.xml b/contrib/odf2war/odf2war.docbook similarity index 100% rename from contrib/odf2war/odf2war.xml rename to contrib/odf2war/odf2war.docbook diff --git a/contrib/odfsign/Makefile b/contrib/odfsign/Makefile index 8fdab7d..d07d1e5 100644 --- a/contrib/odfsign/Makefile +++ b/contrib/odfsign/Makefile @@ -2,10 +2,10 @@ all: odf odfsign.1 txt: odfsign.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/odfsign/odfsign.xml b/contrib/odfsign/odfsign.docbook similarity index 100% rename from contrib/odfsign/odfsign.xml rename to contrib/odfsign/odfsign.docbook diff --git a/contrib/odscell/Makefile b/contrib/odscell/Makefile index da70bd8..83b1a73 100644 --- a/contrib/odscell/Makefile +++ b/contrib/odscell/Makefile @@ -2,10 +2,10 @@ all: odf odscell.1 txt: odscell.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/odscell/odscell.xml b/contrib/odscell/odscell.docbook similarity index 100% rename from contrib/odscell/odscell.xml rename to contrib/odscell/odscell.docbook diff --git a/contrib/odt2tracwiki/Makefile b/contrib/odt2tracwiki/Makefile index b60b327..efa816e 100644 --- a/contrib/odt2tracwiki/Makefile +++ b/contrib/odt2tracwiki/Makefile @@ -2,10 +2,10 @@ all: odf odt2tracwiki.1 txt: odt2tracwiki.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/odt2tracwiki/odt2tracwiki.1 b/contrib/odt2tracwiki/odt2tracwiki.1 index 761c036..ca0d88a 100644 --- a/contrib/odt2tracwiki/odt2tracwiki.1 +++ b/contrib/odt2tracwiki/odt2tracwiki.1 @@ -1,25 +1,57 @@ -.\" ** You probably do not want to edit this file directly ** -.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). -.\" Instead of manually editing it, you probably should edit the DocBook XML -.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "ODT2TRACWIKI" "1" "02/07/2007" "" "" +'\" t +.\" Title: odt2tracwiki +.\" Author: S\(/oren Roug +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 01/09/2013 +.\" Manual: User commands +.\" Source: odfpy +.\" Language: English +.\" +.TH "ODT2TRACWIKI" "1" "01/09/2013" "odfpy" "User commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- .SH "NAME" -odt2tracwiki \- Convert ODD to Trac Wiki format +odt2tracwiki \- Convert ODF to Trac Wiki format .SH "SYNOPSIS" -.HP 13 +.HP \w'\fBodt2tracwiki\fR\ 'u \fBodt2tracwiki\fR \fIpath\fR .SH "DESCRIPTION" .PP \fBodt2tracwiki\fR -is a program that will create a Trac Wiki format. See http://trac.edgewall.org/. I expect to add a feature that will upload the page with images to a Trac Wiki page using XML\-RPC. http://trac\-hacks.org/wiki/XmlRpcPlugin +is a program that will create a Trac Wiki format\&. See http://trac\&.edgewall\&.org/\&. I expect to add a feature that will upload the page with images to a Trac Wiki page using XML\-RPC\&. http://trac\-hacks\&.org/wiki/XmlRpcPlugin .PP -"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type. +"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&. .SH "EXAMPLE" .sp +.if n \{\ +.RS 4 +.\} .nf odt2tracwiki odf\-file .fi +.if n \{\ +.RE +.\} +.SH "AUTHOR" +.PP +\fBS\(/oren Roug\fR +.RS 4 +Original author +.RE diff --git a/contrib/odt2tracwiki/odt2tracwiki.xml b/contrib/odt2tracwiki/odt2tracwiki.docbook similarity index 73% rename from contrib/odt2tracwiki/odt2tracwiki.xml rename to contrib/odt2tracwiki/odt2tracwiki.docbook index 40ea34b..0340160 100644 --- a/contrib/odt2tracwiki/odt2tracwiki.xml +++ b/contrib/odt2tracwiki/odt2tracwiki.docbook @@ -2,6 +2,17 @@ + + odfpy + SørenRoug + Original author + + + + odt2tracwiki + 1 + User commands + odt2tracwiki Convert ODF to Trac Wiki format diff --git a/contrib/odt2zwiki/Makefile b/contrib/odt2zwiki/Makefile index 1600689..6f49bc9 100644 --- a/contrib/odt2zwiki/Makefile +++ b/contrib/odt2zwiki/Makefile @@ -1,11 +1,11 @@ -all: odf odt2moinmoin.1 +all: odf odf2zwikimoin.1 -txt: odt2moinmoin.txt +txt: odf2zwikimoin.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/odt2zwiki/odf2zwikimoin.1 b/contrib/odt2zwiki/odf2zwikimoin.1 new file mode 100644 index 0000000..c7b7abf --- /dev/null +++ b/contrib/odt2zwiki/odf2zwikimoin.1 @@ -0,0 +1,51 @@ +'\" t +.\" Title: odf2zwikimoin +.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 01/09/2013 +.\" Manual: [FIXME: manual] +.\" Source: [FIXME: source] +.\" Language: English +.\" +.TH "ODF2ZWIKIMOIN" "1" "01/09/2013" "[FIXME: source]" "[FIXME: manual]" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +odf2zwikimoin \- Convert ODF to ZWiki MoinMoin format +.SH "SYNOPSIS" +.HP \w'\fBodf2zwikimoin\fR\ 'u +\fBodf2zwikimoin\fR \fIpath\fR +.SH "DESCRIPTION" +.PP +\fBodf2zwikimoin\fR +is a program that will create a ZWiki MoinMoin format\&. See http://zwiki\&.org/\&. +.PP +"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&. +.SH "EXAMPLE" +.sp +.if n \{\ +.RS 4 +.\} +.nf +odf2zwikimoin odf\-file +.fi +.if n \{\ +.RE +.\} diff --git a/contrib/odt2zwiki/odf2zwikimoin.xml b/contrib/odt2zwiki/odf2zwikimoin.docbook similarity index 100% rename from contrib/odt2zwiki/odf2zwikimoin.xml rename to contrib/odt2zwiki/odf2zwikimoin.docbook diff --git a/contrib/syntaxhighlight/Makefile b/contrib/syntaxhighlight/Makefile index f7ace57..6c8b873 100644 --- a/contrib/syntaxhighlight/Makefile +++ b/contrib/syntaxhighlight/Makefile @@ -2,10 +2,10 @@ all: odf syntaxhighlight.1 txt: syntaxhighlight.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/contrib/syntaxhighlight/syntaxhighlight.xml b/contrib/syntaxhighlight/syntaxhighlight.docbook similarity index 100% rename from contrib/syntaxhighlight/syntaxhighlight.xml rename to contrib/syntaxhighlight/syntaxhighlight.docbook diff --git a/csv2ods/Makefile b/csv2ods/Makefile index 22935b1..d5700f1 100644 --- a/csv2ods/Makefile +++ b/csv2ods/Makefile @@ -2,10 +2,10 @@ all: odf csv2ods.1 txt: csv2ods.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/csv2ods/csv2ods.xml b/csv2ods/csv2ods.docbook similarity index 100% rename from csv2ods/csv2ods.xml rename to csv2ods/csv2ods.docbook diff --git a/mailodf/Makefile b/mailodf/Makefile index e9dd0bf..9f2302f 100644 --- a/mailodf/Makefile +++ b/mailodf/Makefile @@ -2,10 +2,10 @@ all: odf mailodf.1 txt: mailodf.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/mailodf/mailodf.xml b/mailodf/mailodf.docbook similarity index 100% rename from mailodf/mailodf.xml rename to mailodf/mailodf.docbook diff --git a/odf/namespaces.py b/odf/namespaces.py index 74d7b3e..515bebc 100644 --- a/odf/namespaces.py +++ b/odf/namespaces.py @@ -17,7 +17,7 @@ # # Contributor(s): # -TOOLSVERSION = u"ODFPY/0.9.5dev" +TOOLSVERSION = u"ODFPY/0.9.6dev" ANIMNS = u"urn:oasis:names:tc:opendocument:xmlns:animation:1.0" CHARTNS = u"urn:oasis:names:tc:opendocument:xmlns:chart:1.0" diff --git a/odf2mht/Makefile b/odf2mht/Makefile index bd9db63..5e00459 100644 --- a/odf2mht/Makefile +++ b/odf2mht/Makefile @@ -2,10 +2,10 @@ all: odf odf2mht.1 txt: odf2mht.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odf2mht/odf2mht.xml b/odf2mht/odf2mht.docbook similarity index 100% rename from odf2mht/odf2mht.xml rename to odf2mht/odf2mht.docbook diff --git a/odf2xhtml/Makefile b/odf2xhtml/Makefile index d5422eb..5405968 100644 --- a/odf2xhtml/Makefile +++ b/odf2xhtml/Makefile @@ -2,10 +2,10 @@ all: odf odf2xhtml.1 txt: odf2xhtml.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odf2xhtml/odf2xhtml.xml b/odf2xhtml/odf2xhtml.docbook similarity index 100% rename from odf2xhtml/odf2xhtml.xml rename to odf2xhtml/odf2xhtml.docbook diff --git a/odf2xml/Makefile b/odf2xml/Makefile index 5ada2c0..9a806f2 100644 --- a/odf2xml/Makefile +++ b/odf2xml/Makefile @@ -2,10 +2,10 @@ all: odf odf2xml.1 txt: odf2xml.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odf2xml/odf2xml.xml b/odf2xml/odf2xml.docbook similarity index 100% rename from odf2xml/odf2xml.xml rename to odf2xml/odf2xml.docbook diff --git a/odfimgimport/Makefile b/odfimgimport/Makefile index cd9cd76..df14c55 100644 --- a/odfimgimport/Makefile +++ b/odfimgimport/Makefile @@ -2,10 +2,10 @@ all: odf odfimgimport.1 txt: odfimgimport.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odfimgimport/odfimgimport.xml b/odfimgimport/odfimgimport.docbook similarity index 100% rename from odfimgimport/odfimgimport.xml rename to odfimgimport/odfimgimport.docbook diff --git a/odflint/Makefile b/odflint/Makefile index f640d47..62ee773 100644 --- a/odflint/Makefile +++ b/odflint/Makefile @@ -1,10 +1,10 @@ all: odf odflint.1 -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odflint/odflint.xml b/odflint/odflint.docbook similarity index 100% rename from odflint/odflint.xml rename to odflint/odflint.docbook diff --git a/odfmeta/Makefile b/odfmeta/Makefile index 59bd44e..bc4fb30 100644 --- a/odfmeta/Makefile +++ b/odfmeta/Makefile @@ -2,10 +2,10 @@ all: odf odfmeta.1 txt: odfmeta.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odfmeta/odfmeta.xml b/odfmeta/odfmeta.docbook similarity index 100% rename from odfmeta/odfmeta.xml rename to odfmeta/odfmeta.docbook diff --git a/odfoutline/Makefile b/odfoutline/Makefile index 39d473c..de547b0 100644 --- a/odfoutline/Makefile +++ b/odfoutline/Makefile @@ -2,10 +2,10 @@ all: odf odfoutline.1 txt: odfoutline.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odfoutline/odfoutline.xml b/odfoutline/odfoutline.docbook similarity index 100% rename from odfoutline/odfoutline.xml rename to odfoutline/odfoutline.docbook diff --git a/odfuserfield/Makefile b/odfuserfield/Makefile index aa8fb8d..5fda250 100644 --- a/odfuserfield/Makefile +++ b/odfuserfield/Makefile @@ -2,10 +2,10 @@ all: odf odfuserfield.1 txt: odfuserfield.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/odfuserfield/odfuserfield.xml b/odfuserfield/odfuserfield.docbook similarity index 100% rename from odfuserfield/odfuserfield.xml rename to odfuserfield/odfuserfield.docbook diff --git a/setup.py b/setup.py index 4d8436a..1ac06a4 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import platform from distutils.core import setup -version = '0.9.5dev' +version = '0.9.6dev' if platform.system() in ('Linux','Unix'): man1pages = [('share/man/man1', [ diff --git a/xml2odf/Makefile b/xml2odf/Makefile index c70f718..c02c8f7 100644 --- a/xml2odf/Makefile +++ b/xml2odf/Makefile @@ -2,10 +2,10 @@ all: odf xml2odf.1 txt: xml2odf.txt -%.1: %.xml +%.1: %.docbook xmlto man $< -%.txt: %.xml +%.txt: %.docbook xmlto txt $< clean: diff --git a/xml2odf/xml2odf.xml b/xml2odf/xml2odf.docbook similarity index 100% rename from xml2odf/xml2odf.xml rename to xml2odf/xml2odf.docbook