aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2010-03-10 03:51:56 -0500
committerJon Masters <jcm@jonmasters.org>2010-03-10 03:51:56 -0500
commit81af153ae79f7a92f201790a543161183c5167e6 (patch)
tree15697e23bd5193a04615baa3ddff0fc47c8e3b2c
parentc4007c8bc797a69770b1399f0f72b673dc346f6b (diff)
downloadmodule-init-tools-81af153ae79f7a92f201790a543161183c5167e6.tar.gz
build: remove explicit call to build modules.dep.bin
There's a known bug with docbook2man in some cases (Fedora) not following multiple names for a manpage and only generating a single output file. We use links in the source to ensure those other versions will be built if possible. A better fix will be to figure out how to make docbook2man behave. Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 66a4801..6f83c12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ depmod_LDADD = $(LDADD) libmodtools.a
modinfo_LDADD = $(LDADD) libmodtools.a
modindex_LDADD = $(LDADD) libmodtools.a
-MAN5 = modprobe.conf.5 modules.dep.bin.5 modules.dep.5 depmod.conf.5 modprobe.d.5
+MAN5 = modprobe.conf.5 modules.dep.5 depmod.conf.5 modprobe.d.5
MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8
SGML = $(addprefix doc/, $(MAN5:%.5=%.sgml) $(MAN8:%.8=%.sgml))
dist_man_MANS = $(MAN5) $(MAN8)