KDBUS breaks 'make installmandocs'
From: Ulf Magnusson
Date: Sun Jul 12 2015 - 14:09:01 EST
Hello,
Tested with next-20150709.
Documentation/kdbus/Makefile lacks an 'installmandocs' target, causing
problems for
%docs: scripts_basic FORCE
$(Q)$(MAKE) $(build)=scripts build_docproc
$(Q)$(MAKE) $(build)=Documentation/DocBook $@
$(Q)$(MAKE) $(build)=Documentation/kdbus $@
from the top-level Makefile. It still works, but no KDBUS-related man
pages are installed, and the final error isn't reassuring.
Documentation/DocBook/Makefile installs man pages into section 9, while
KDBUS uses 7. I'm not familiar enough with KDBUS to know what the right
thing to do here is.
Cheers,
Ulf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/