65b11a305d
The manual never really took off, so we just ship it in the tarballs but we don't build it.
17 lines
214 B
Makefile
17 lines
214 B
Makefile
SUBDIRS =
|
|
|
|
if BUILD_GTK_DOC
|
|
SUBDIRS += reference
|
|
endif
|
|
|
|
if ENABLE_DOCS
|
|
SUBDIRS += common cookbook
|
|
endif
|
|
|
|
DIST_SUBDIRS = reference common cookbook manual
|
|
|
|
EXTRA_DIST = \
|
|
CODING_STYLE \
|
|
HACKING \
|
|
HACKING.backends
|