mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-12 13:29:55 -05:00
automake doesn't seem to provide a sensible method to install a directory of stuff in $(docdir). Do it manually then. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8 lines
188 B
Makefile
8 lines
188 B
Makefile
SUBDIRS = src protocol doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = wayland-scanner.m4 wayland-scanner.mk
|
|
|
|
EXTRA_DIST = wayland-scanner.mk
|