public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* KDBUS breaks 'make installmandocs'
@ 2015-07-12 18:08 Ulf Magnusson
  2015-07-14  0:39 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Magnusson @ 2015-07-12 18:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh, daniel, dh.herrmann, tixxdz

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-15 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-12 18:08 KDBUS breaks 'make installmandocs' Ulf Magnusson
2015-07-14  0:39 ` Greg KH
2015-07-14  2:00   ` Ulf Magnusson
2015-07-14 18:24     ` Jim Davis
2015-07-15 14:19       ` David Herrmann
2015-07-15 18:04         ` Jim Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox