From f98deb43272e97a8550cef087b6773c85f98b854 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 24 Jul 2014 21:16:46 +0100 Subject: [PATCH] Add rules to build HTML for library configuration. --- doc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 1.7.10.4