From 2c1ab416728c942ddf176f881f025840ada6bf93 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 5 Sep 2016 22:25:07 -0600 Subject: Fix release note html to remove xml bits Signed-off-by: Keith Packard --- doc/fix-html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 doc/fix-html (limited to 'doc/fix-html') diff --git a/doc/fix-html b/doc/fix-html new file mode 100755 index 00000000..d8751e4d --- /dev/null +++ b/doc/fix-html @@ -0,0 +1,4 @@ +#!/bin/sh +sed -i \ +-e 's/<[?]xml [^>]*>//' \ +-e 's/]*>//' "$@" -- cgit v1.2.3