kbuild: docbook: fix the include error when executing "make help"
authorKevin Hao <haokexin@gmail.com>
Tue, 1 Apr 2014 06:36:10 +0000 (14:36 +0800)
committerMichal Marek <mmarek@suse.cz>
Tue, 1 Apr 2014 08:49:21 +0000 (10:49 +0200)
commitb12f73740b8764952a112a677991300545e98c06
tree170b01a0c14928489921fbf494ca3f4ade7646ac
parent1c9e70a55b088d97a59241744fe459409d0c3582
kbuild: docbook: fix the include error when executing "make help"

The commit ec3fadd64b99 (kbuild: docbook: use $(obj) and $(src) rather
than specific path) replaces the specific path with $(src). But when
executing "make help", the $(src) is null and then causes an include
error. Fix it by restoring the specific path.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Documentation/DocBook/Makefile