mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-22 03:20:10 +01:00
11 lines
189 B
Bash
Executable file
11 lines
189 B
Bash
Executable file
#!/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"
|