8 lines
81 B
Makefile
8 lines
81 B
Makefile
|
SUBDIRS =
|
||
|
|
||
|
if BUILD_GTK_DOC
|
||
|
SUBDIRS += reference
|
||
|
endif
|
||
|
|
||
|
DIST_SUBDIRS = reference
|