X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=tools%2Fhtdocs%2FMakefile;h=ef73fd955e1c7486d8ee4b00c02aa99fce727885;hb=8bf17991772771d7ae007d18bb4075f197b86585;hp=55963a229425bfc37651de884540806c4b0a80f7;hpb=5b36bcb692922d45ce1474220a673b8db1b9a88e;p=mkws-moved-to-github.git 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