Get rid of rules to make a .odt -- who needs that?
authorMike Taylor <mike@indexdata.com>
Tue, 14 Oct 2014 15:51:23 +0000 (16:51 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 14 Oct 2014 15:51:23 +0000 (16:51 +0100)
doc/Makefile

index 64c94d5..13c03c2 100644 (file)
@@ -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