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:
51e7725
)
Regeneration of HTML from markdown depends on tweak-html script.
author
Mike Taylor
<mike@indexdata.com>
Mon, 13 Oct 2014 13:50:46 +0000
(14:50 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 13 Oct 2014 13:50:46 +0000
(14:50 +0100)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
fab9098
..
7a13d24
100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-25,7
+25,7
@@
all: $(DOCS)
# for older pandoc (<1.9) run first:
# perl -i.bak -npe 's/"(Authors|Subjects)": "(.*?)"/"$1": "test"/' tools/htdocs/mkws-manual.markdown
#
-%.html: %.markdown
+%.html: %.markdown tweak-html
rm -f $@
pandoc --standalone --toc -c mkws-doc.css $< | ./tweak-html > $@
chmod ugo-w $@