File: test_validate_docs_xhtml.sh

package info (click to toggle)
gtkmm3.0 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 159,024 kB
  • ctags: 22,555
  • sloc: xml: 107,819; sh: 11,425; cpp: 7,074; makefile: 241; perl: 235
file content (7 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#/bin/sh -e

for x in $(find ${builddir}/docs/reference/html/ -name "*.html")
do
  # echo Validating $x
  xmllint --noout $x || exit 1
done