From f4ac4a0b4ea0d4ffebbd01d2216a693ce619949b Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Tue, 31 Jan 2012 22:16:47 -0200 Subject: fix manpage build and install. just build and install manpages if tools are enabled. List stub modules.dep.bin in proper variable. --- man/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/Makefile.am b/man/Makefile.am index 0fb8922..875c3a8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,7 +1,10 @@ MAN5 = depmod.d.5 modprobe.d.5 modules.dep.5 MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 +MAN_STUB = modules.dep.bin.5 +if BUILD_TOOLS dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB) +endif EXTRA_DIST = $(MAN5:%.5=%.xml) $(MAN8:%.8=%.xml) -- cgit v1.2.3