c89de4324e
The programmers manual never materialized, and its role has been taken by both the cookbook and the API reference.
17 lines
207 B
Makefile
17 lines
207 B
Makefile
SUBDIRS =
|
|
|
|
if BUILD_GTK_DOC
|
|
SUBDIRS += reference
|
|
endif
|
|
|
|
if ENABLE_DOCS
|
|
SUBDIRS += common cookbook
|
|
endif
|
|
|
|
DIST_SUBDIRS = reference common cookbook
|
|
|
|
EXTRA_DIST = \
|
|
CODING_STYLE \
|
|
HACKING \
|
|
HACKING.backends
|