summaryrefslogtreecommitdiff
path: root/doc/reference/check-doc-syntax.sh
blob: c446d26bf2e89bc6e9fb42c7573150b1b4a9896a (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

LANG=C

test -z "$srcdir" && srcdir=.
test -z "$top_srcdir" && top_srcdir=$srcdir/../..

SGML_DOCS=true
FILES=`echo $srcdir/tmpl/*.sgml`

. "$top_srcdir/src/check-doc-syntax.sh"