Gergely Polonkai
e93a7675c0
Generating Vala documentation with GTK-Doc is a bit of PITA. Using Valadoc is much easier, so we are moving there.
6 lines
59 B
Makefile
6 lines
59 B
Makefile
SUBDIRS =
|
|
|
|
if ENABLE_GTK_DOCS
|
|
SUBDIRS += gtk-doc
|
|
endif
|