eudev/Makefile.am
Anthony G. Basile d68f655644 Fix manpage build
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
2012-11-18 17:17:35 -05:00

16 lines
172 B
Makefile

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = \
src \
rules \
hwdb \
keymaps \
keymaps-force-release \
docs \
test
if ENABLE_MANPAGES
SUBDIRS += \
man
endif