mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-21 00:30:11 +01:00
12 lines
182 B
Bash
12 lines
182 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
LANG=C
|
||
|
|
|
||
|
|
test -z "$srcdir" && srcdir=.
|
||
|
|
test -z "$top_srcdir" && top_srcdir=$srcdir/../..
|
||
|
|
|
||
|
|
SGML_DOCS=true
|
||
|
|
FILES=$srcdir/tmpl/*.sgml
|
||
|
|
|
||
|
|
. "$top_srcdir/src/check-doc-syntax.sh"
|