220a8fbfda
Clean up the root directory of the project and try to keep the documentation all together.
17 lines
221 B
Makefile
17 lines
221 B
Makefile
SUBDIRS =
|
|
|
|
if BUILD_GTK_DOC
|
|
SUBDIRS += reference
|
|
endif
|
|
|
|
if ENABLE_DOCS
|
|
SUBDIRS += common cookbook manual
|
|
endif
|
|
|
|
DIST_SUBDIRS = reference common cookbook manual
|
|
|
|
EXTRA_DIST = \
|
|
CODING_STYLE \
|
|
HACKING \
|
|
HACKING.backends
|