From: Mike Taylor Date: Tue, 25 Mar 2014 17:30:38 +0000 (+0000) Subject: Add mkws-doc.css to list of installable files. X-Git-Tag: 1.0.0~1237 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=708e058580a0b9a06b0a30e228723826832ecfc2;p=mkws-moved-to-github.git Add mkws-doc.css to list of installable files. --- diff --git a/doc/Makefile b/doc/Makefile index 89787b5..ee67fbe 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,7 @@ DOCS = README.html README.odt README.pdf \ whitepaper.html whitepaper.odt whitepaper.pdf -INSTALLABLE = README.html whitepaper.html +INSTALLABLE = README.html whitepaper.html mkws-doc.css INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%) install: $(INSTALLED)