]> git.wh0rd.org - patches.git/blame_incremental - linux-docbook-trees.patch
scummvm random work
[patches.git] / linux-docbook-trees.patch
... / ...
CommitLineData
1have KERNELDOC use $(srctree) and DOCPROC use $(objtree)
2
3Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4
5diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
6index 36526a1..867608a 100644
7--- a/Documentation/DocBook/Makefile
8+++ b/Documentation/DocBook/Makefile
9@@ -53,8 +53,8 @@ installmandocs: mandocs
10
11 ###
12 #External programs used
13-KERNELDOC = scripts/kernel-doc
14-DOCPROC = scripts/basic/docproc
15+KERNELDOC = $(srctree)/scripts/kernel-doc
16+DOCPROC = $(objtree)/scripts/basic/docproc
17
18 XMLTOFLAGS = -m $(srctree)/Documentation/DocBook/stylesheet.xsl
19 #XMLTOFLAGS += --skip-validation