008760822b
Also, now doxygen is mandatory for building the documentation (looks reasonable because both man-pages and publican will need it). Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
13 lines
249 B
Makefile
13 lines
249 B
Makefile
if BUILD_DOCS
|
|
doc_subdir = doc
|
|
endif
|
|
|
|
SUBDIRS = src protocol $(doc_subdir) tests cursor
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = wayland-scanner.m4 wayland-scanner.mk
|
|
|
|
EXTRA_DIST = wayland-scanner.mk
|