From: Mike Taylor Date: Mon, 13 Oct 2014 16:01:03 +0000 (+0100) Subject: Add index.markdown->HTML to the various macros. X-Git-Tag: 1.0.0~240 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=f11a8d68001cbc474b14d8c8d00f0eb4b0cac463;p=mkws-moved-to-github.git Add index.markdown->HTML to the various macros. --- 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)