From: Mike Taylor Date: Thu, 24 Jul 2014 20:16:46 +0000 (+0100) Subject: Add rules to build HTML for library configuration. X-Git-Tag: 1.0.0~370^2~28 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=f98deb43272e97a8550cef087b6773c85f98b854;p=mkws-moved-to-github.git Add rules to build HTML for library configuration. --- diff --git a/doc/Makefile b/doc/Makefile index 34dc62e..01d1d1f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,9 +1,10 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com DOCS = README.html README.odt README.pdf \ - whitepaper.html whitepaper.odt whitepaper.pdf + whitepaper.html whitepaper.odt whitepaper.pdf \ + library-configuration.html library-configuration.odt library-configuration.pdf -INSTALLABLE = README.html whitepaper.html mkws-doc.css +INSTALLABLE = README.html whitepaper.html library-configuration.html mkws-doc.css INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%) install: $(INSTALLED)