projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86f2db6
)
Revert "Documentation/kdbus: fix out-of-tree builds"
author
Konrad Lipinski
<konrad.l@samsung.com>
Thu, 8 Sep 2016 14:47:40 +0000
(16:47 +0200)
committer
Konrad Lipinski
<konrad.l@samsung.com>
Fri, 9 Sep 2016 11:26:30 +0000
(13:26 +0200)
This reverts commit
937b9b83f9b6058d49797f06c5b36bb4e68d29d4
.
Documentation/kdbus/Makefile
patch
|
blob
|
history
diff --git
a/Documentation/kdbus/Makefile
b/Documentation/kdbus/Makefile
index d8e6bf37d53bfdc03e85312a2efc7d11255b5f6e..f6d491251c25333ff821e85107c9a6b0b85428f2 100644
(file)
--- a/
Documentation/kdbus/Makefile
+++ b/
Documentation/kdbus/Makefile
@@
-15,7
+15,7
@@
XMLFILES := $(addprefix $(obj)/,$(DOCS))
MANFILES := $(patsubst %.xml, %.7, $(XMLFILES))
HTMLFILES := $(patsubst %.xml, %.html, $(XMLFILES))
-XMLTO_ARGS := -m $(
srctree)/$(src
)/stylesheet.xsl
+XMLTO_ARGS := -m $(
obj
)/stylesheet.xsl
%.7: %.xml
xmlto man $(XMLTO_ARGS) -o $(obj) $<