5e1ccaeb60
• Make the manual a DevHelp book • Make the generation of PDFs of the cookbook and the manual optional • Consequently, make the hard dependency on jw optional • Clean up the checks and build for the additional documentation
8 lines
125 B
Makefile
8 lines
125 B
Makefile
SUBDIRS = reference
|
|
|
|
if ENABLE_DOCS
|
|
SUBDIRS += common cookbook manual
|
|
endif
|
|
|
|
DIST_SUBDIRS = reference common cookbook manual
|