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
56 B
Makefile
6 lines
56 B
Makefile
SUBDIRS =
|
|
|
|
if HAVE_VALADOC
|
|
SUBDIRS += valadoc
|
|
endif
|