X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=b4c529eca387cc0b24a5fb30b62be3b7523e269a;hb=194711146afb5a966b099558e4a1086878cd82de;hp=64c94d53baf04fe311d8c96175f389b3285ab050;hpb=f11a8d68001cbc474b14d8c8d00f0eb4b0cac463;p=mkws-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 64c94d5..b4c529e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,9 +1,12 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com +# +# To build the PDFs, you will need these Debian packages: +# texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended -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 +34,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