From: Mike Taylor Date: Wed, 2 Oct 2013 15:51:24 +0000 (+0100) Subject: Add Makefile rule to strip stupid column-width directives out of X-Git-Tag: 0.9.1~194 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=8bf17991772771d7ae007d18bb4075f197b86585 Add Makefile rule to strip stupid column-width directives out of pandoc output. --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 55963a2..ef73fd9 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -64,7 +64,7 @@ help: %.html: %.markdown rm -f $@ - pandoc --standalone --toc -c mkws-doc.css $< -o $@ + pandoc --standalone --toc -c mkws-doc.css $< | sed '/^$//d' > $@ chmod ugo-w $@ %.odt: %.markdown