diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2012-01-31 22:16:47 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2012-02-02 17:04:29 -0200 |
commit | f4ac4a0b4ea0d4ffebbd01d2216a693ce619949b (patch) | |
tree | faa8b312a1b5bbecd0f5348df4ab3704a43dd4df /man | |
parent | dfa96f154529a666bee177f4ac44e0d3a9811ad5 (diff) | |
download | kmod-f4ac4a0b4ea0d4ffebbd01d2216a693ce619949b.tar.gz kmod-f4ac4a0b4ea0d4ffebbd01d2216a693ce619949b.tar.bz2 kmod-f4ac4a0b4ea0d4ffebbd01d2216a693ce619949b.zip |
fix manpage build and install.
just build and install manpages if tools are enabled.
List stub modules.dep.bin in proper variable.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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) |