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:
a25ecb7
)
Generate HTML using pandoc|tweak-html.
author
Mike Taylor
<mike@indexdata.com>
Mon, 13 Oct 2014 12:47:55 +0000
(13:47 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 13 Oct 2014 12:47:55 +0000
(13:47 +0100)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
e60a132
..
fab9098
100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-27,7
+27,7
@@
all: $(DOCS)
#
%.html: %.markdown
rm -f $@
- pandoc --standalone --toc -c mkws-doc.css $< | sed '/^<col width="[0-9]*%" \/>$//d' > $@
+ pandoc --standalone --toc -c mkws-doc.css $< | ./tweak-html > $@
chmod ugo-w $@
%.odt: %.markdown