summaryrefslogtreecommitdiff
path: root/doc/fix-html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fix-html')
-rwxr-xr-xdoc/fix-html4
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 [^>]*>//' "$@"