From 46845e543399b9c178cecbb27362302c71ccde5f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 14 Oct 2014 16:51:23 +0100 Subject: [PATCH] Get rid of rules to make a .odt -- who needs that? --- doc/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 -- 1.7.10.4