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:
d5dc508
)
Add rule to copy CSS into destination area.
author
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 12:23:40 +0000
(13:23 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 12:23:40 +0000
(13:23 +0100)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
c224fa0
..
f65d44a
100644
(file)
--- 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