matrix-glib-sdk/docs/Makefile.am
Gergely Polonkai e93a7675c0 Move documentation generating to Valadoc
Generating Vala documentation with GTK-Doc is a bit of PITA. Using
Valadoc is much easier, so we are moving there.
2016-03-04 14:52:22 +01:00

6 lines
56 B
Makefile

SUBDIRS =
if HAVE_VALADOC
SUBDIRS += valadoc
endif