mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
build: Fix gtkdocize as it needs to parse the GTK_DOC_CHECK line
This commit is contained in:
parent
5ad1869a3d
commit
0da07b4e3d
@ -697,8 +697,11 @@ AS_ALL_LINGUAS
|
||||
dnl ================================================================
|
||||
dnl Documentation stuff.
|
||||
dnl ================================================================
|
||||
m4_ifdef([GTK_DOC_CHECK],
|
||||
[GTK_DOC_CHECK([gtk_doc_req_version], [--flavour no-tmpl])])
|
||||
# gtkdocize greps for ^GTK_DOC_CHECK and parses it, so you need to have
|
||||
# it on it's own line.
|
||||
m4_ifdef([GTK_DOC_CHECK], [
|
||||
GTK_DOC_CHECK([gtk_doc_req_version], [--flavour no-tmpl])
|
||||
])
|
||||
AM_CONDITIONAL([BUILD_GTK_DOC], [test "x$enable_gtk_doc" = "xyes"])
|
||||
|
||||
dnl ================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user