projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1742606
)
Add rules to install compiled markdown->html files.
author
Mike Taylor
<mike@indexdata.com>
Tue, 25 Mar 2014 17:25:41 +0000
(17:25 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 25 Mar 2014 17:25:41 +0000
(17:25 +0000)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
171151b
..
36cf736
100644
(file)
--- 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: