diff options
author | Keith Packard <keithp@keithp.com> | 2016-09-05 22:25:07 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-09-05 22:25:07 -0600 |
commit | 2c1ab416728c942ddf176f881f025840ada6bf93 (patch) | |
tree | 8c927f1d2e17d03a3a9e2ef57e2b2a3dd828c22c /doc/fix-html | |
parent | 4fdf8ca9ca1cd5a84b03bd7a03c5806af64b413d (diff) |
Fix release note html to remove xml bits
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/fix-html')
-rwxr-xr-x | doc/fix-html | 4 |
1 files changed, 4 insertions, 0 deletions
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/<!DOCTYPE [^>]*>//' "$@" |