From: Gustavo Sverzut Barbieri Date: Wed, 1 Feb 2012 00:16:47 +0000 (-0200) Subject: fix manpage build and install. X-Git-Tag: v5~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4ac4a0b4ea0d4ffebbd01d2216a693ce619949b;p=thirdparty%2Fkmod.git fix manpage build and install. just build and install manpages if tools are enabled. List stub modules.dep.bin in proper variable. --- diff --git a/man/Makefile.am b/man/Makefile.am index 0fb89221..875c3a8c 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)