summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorJiri Slaby2005-06-24 07:05:18 +0200
committerLinus Torvalds2005-06-24 09:06:40 +0200
commit597f6eea75ff3d089e6a627c07e1bf28923b8e7e (patch)
treec14036f60cc2d27d72cb643249ac2a3c5aef991e /Documentation/DocBook
parent[PATCH] modules: add version and srcversion to sysfs (diff)
downloadkernel-qcow2-linux-597f6eea75ff3d089e6a627c07e1bf28923b8e7e.tar.gz
kernel-qcow2-linux-597f6eea75ff3d089e6a627c07e1bf28923b8e7e.tar.xz
kernel-qcow2-linux-597f6eea75ff3d089e6a627c07e1bf28923b8e7e.zip
[PATCH] docbook build fix
Fix documentation build with `make O=' Cc: Martin Waitz <tali@admingilde.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 87da3478fada..fa3e29ad8a46 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -49,7 +49,7 @@ installmandocs: mandocs
KERNELDOC = scripts/kernel-doc
DOCPROC = scripts/basic/docproc
-XMLTOFLAGS = -m Documentation/DocBook/stylesheet.xsl
+XMLTOFLAGS = -m $(srctree)/Documentation/DocBook/stylesheet.xsl
#XMLTOFLAGS += --skip-validation
###