Make docs/reference/swe-glib SUBDIR part optional
Depending on GTK-Doc availability
This commit is contained in:
parent
5f8939d730
commit
c4c9e2eced
@ -1,5 +1,9 @@
|
|||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
SUBDIRS = swe swe/src swe/doc src po docs/reference/swe-glib data tests
|
SUBDIRS = swe swe/src swe/doc src po data tests
|
||||||
|
|
||||||
|
if ENABLE_GTK_DOC
|
||||||
|
SUBDIRS += docs/reference/swe-glib
|
||||||
|
endif
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user