From: Mike Taylor Date: Tue, 25 Mar 2014 17:25:41 +0000 (+0000) Subject: Add rules to install compiled markdown->html files. X-Git-Tag: 1.0.0~1243 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=3ac07a63bde404eca1cc6b1e34dffba33c872a24;p=mkws-moved-to-github.git Add rules to install compiled markdown->html files. --- diff --git a/doc/Makefile b/doc/Makefile index 171151b..36cf736 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,6 +4,14 @@ DOCS = README.html README.odt README.pdf \ # Default rule when "make" is invoked without a target **default**: README.html whitepaper.html +INSTALLABLE = README.html whitepaper.html +INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%) + +install: $(INSTALLED) + +uninstall: + rm -f $(INSTALLED) + all: $(DOCS) # For a description of pandoc's markdown format, see: