5909dddc78
This was added previously (commit 015c42e1
) when we didn't have docbook
formatted documentation. Now it became quite useless.
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
13 lines
240 B
Makefile
13 lines
240 B
Makefile
if BUILD_DOCS
|
|
doc_subdir = doc
|
|
endif
|
|
|
|
SUBDIRS = src $(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
|