commit | 829ad751ab3e369ee85af83f1dee45640d3e2d29 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier.adi@gmail.com> | Fri Dec 29 16:49:07 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Sat Dec 30 10:56:43 2006 -0800 |
tree | 8615fb7b1e7bb2391255be640cef2551831d379a | |
parent | 089e34b60033863549fbe561d31ac8c778a20e7f [diff] |
[PATCH] respect srctree/objtree in Documentation/DocBook/Makefile The KERNELDOC and DOCPROC variables are relative to the $(srctree)/$(objtree) and expect to be run only from there ... attached patch adds proper srctree/objtree prefixes to both variables. Acked-by: "Randy.Dunlap" <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>