projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c988d2b
)
[PATCH] docbook build fix
author
Jiri Slaby
<xslaby@fi.muni.cz>
Fri, 24 Jun 2005 05:05:18 +0000
(22:05 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:06:40 +0000
(
00:06
-0700)
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>
Documentation/DocBook/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/DocBook/Makefile
b/Documentation/DocBook/Makefile
index 87da3478fada4298d0b2d9c396904e2e3e7fa8f0..fa3e29ad8a463855c48241fb49ebfd3fd8ba86bb 100644
(file)
--- 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
###