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