From: Mike Taylor Date: Tue, 14 Oct 2014 15:51:23 +0000 (+0100) Subject: Get rid of rules to make a .odt -- who needs that? X-Git-Tag: 1.0.0~220 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=46845e543399b9c178cecbb27362302c71ccde5f Get rid of rules to make a .odt -- who needs that? --- diff --git a/doc/Makefile b/doc/Makefile index 64c94d5..13c03c2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,9 +1,9 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com -DOCS = index.html index.odt index.pdf \ - README.html README.odt README.pdf \ - mkws-manual.html mkws-manual.odt mkws-manual.pdf \ - mkws-developer.html mkws-developer.odt mkws-developer.pdf +DOCS = index.html index.pdf \ + README.html README.pdf \ + mkws-manual.html mkws-manual.pdf \ + mkws-developer.html mkws-developer.pdf INSTALLABLE = index.html README.html mkws-manual.html mkws-developer.html mkws-doc.css INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%) @@ -31,11 +31,6 @@ all: $(DOCS) pandoc --standalone --toc -c mkws-doc.css $< | ./tweak-html > $@ chmod ugo-w $@ -%.odt: %.markdown - rm -f $@ - pandoc --standalone $< -o $@ - chmod ugo-w $@ - # ### In order to compile the manual, which has tables, to PDF, # you will need to install the Debian package # texlive-latex-recommended