From f11a8d68001cbc474b14d8c8d00f0eb4b0cac463 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 13 Oct 2014 17:01:03 +0100 Subject: [PATCH] Add index.markdown->HTML to the various macros. --- doc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 7a13d24..64c94d5 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,10 +1,11 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com -DOCS = README.html README.odt README.pdf \ +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 -INSTALLABLE = README.html mkws-manual.html mkws-developer.html mkws-doc.css +INSTALLABLE = index.html README.html mkws-manual.html mkws-developer.html mkws-doc.css INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%) install: $(INSTALLED) -- 1.7.10.4