]> Pileus Git - ~andy/fetchmail/commitdiff
Skip validation asciidoc-generated file.
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 6 Nov 2010 10:44:34 +0000 (11:44 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 6 Nov 2010 10:44:34 +0000 (11:44 +0100)
t.validate-xhtml

index bf55f4fb0cee3c05630dc9ab0ef02844096790f5..a64399a186f7bfdb4d16def904da7ff5cae7663f 100755 (executable)
@@ -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