From: Mike Taylor Date: Wed, 15 Oct 2014 12:23:40 +0000 (+0100) Subject: Add rule to copy CSS into destination area. X-Git-Tag: 1.0.0~194^2~1 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1df9e4858bdc8707ab4e58a7d520e24c85614ba8 Add rule to copy CSS into destination area. --- diff --git a/doc/Makefile b/doc/Makefile index c224fa0..f65d44a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,12 +5,18 @@ DOCS = index.html index.pdf \ mkws-manual.html mkws-manual.pdf \ - mkws-developer.html mkws-developer.pdf + mkws-developer.html mkws-developer.pdf \ + mkws-doc.css INSTALLED = $(DOCS:%=../tools/htdocs/%) all: $(INSTALLED) +../tools/htdocs/%: % + rm -f $@ + cp $< $@ + chmod ugo-w $@ + # For a description of pandoc's markdown format, see: # http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html