aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-11-06 11:44:34 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-11-06 11:44:34 +0100
commitde5f30df51d15f62717ababcdde98689b2203730 (patch)
tree624de9dda2fcc212771630ffa19b34b611da0e97
parent7d38f32edc0abc066821c633c292f6e544952c89 (diff)
downloadfetchmail-de5f30df51d15f62717ababcdde98689b2203730.tar.gz
fetchmail-de5f30df51d15f62717ababcdde98689b2203730.tar.bz2
fetchmail-de5f30df51d15f62717ababcdde98689b2203730.zip
Skip validation asciidoc-generated file.
-rwxr-xr-xt.validate-xhtml5
1 files changed, 4 insertions, 1 deletions
diff --git a/t.validate-xhtml b/t.validate-xhtml
index bf55f4fb..a64399a1 100755
--- a/t.validate-xhtml
+++ b/t.validate-xhtml
@@ -16,7 +16,10 @@ cat - <<'_EOF' | xmllint 2>/dev/null --nonet --postvalid --noout - || exit 77
_EOF
for i in "${srcdir}"/*.html ; do
- case "$i" in */fetchmail-man.html) continue ;; esac
+ case "$i" in
+ */fetchmail-man.html) continue ;;
+ */Mailbox-Names-UTF7.html) continue ;;
+ esac
xmllint --postvalid --noout "$i" || { e=1 ; fail="$i${fail:+" "}$fail" ; }
done
if [ $e != 0 ] ; then