X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=36cf736aae871192c4b11fcb383ea5ed4adaedd2;hb=7c91520fa672d1449b6c6a91dd517edb7ca00f6c;hp=171151b7d89ae234f1dca1f460843bfbd76cc277;hpb=570ee9f0cbae7e74b310445a4dd6744d70c0051b;p=mkws-moved-to-github.git 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: