X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile;h=64c94d53baf04fe311d8c96175f389b3285ab050;hp=7a13d249d952f741b3a446e5dcf7df9f2b439bb7;hb=f11a8d68001cbc474b14d8c8d00f0eb4b0cac463;hpb=7307cbb1eb60bd08e24190251c9f4b5750782abc 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)