* [patch] respect srctree/objtree in Documentation/DocBook/Makefile
@ 2006-12-27 17:50 Mike Frysinger
0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2006-12-27 17:50 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
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
-mike
[-- Attachment #2: linux-docbook-trees.patch --]
[-- Type: application/octet-stream, Size: 621 bytes --]
have KERNELDOC use $(srctree) and DOCPROC use $(objtree)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 36526a1..867608a 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -53,8 +53,8 @@ installmandocs: mandocs
###
#External programs used
-KERNELDOC = scripts/kernel-doc
-DOCPROC = scripts/basic/docproc
+KERNELDOC = $(srctree)/scripts/kernel-doc
+DOCPROC = $(objtree)/scripts/basic/docproc
XMLTOFLAGS = -m $(srctree)/Documentation/DocBook/stylesheet.xsl
#XMLTOFLAGS += --skip-validation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-27 17:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-27 17:50 [patch] respect srctree/objtree in Documentation/DocBook/Makefile Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®