mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 18:40:08 +01:00
12 lines
205 B
Bash
Executable file
12 lines
205 B
Bash
Executable file
#!/bin/sh
|
|
|
|
LC_ALL=C
|
|
export LC_ALL
|
|
|
|
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"
|