From: Daniel Mack Date: Mon, 9 Mar 2015 17:00:46 +0000 (+0100) Subject: Documentation: kdbus: fix location for generated files X-Git-Tag: submit/tizen/20150629.113101~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b2fd077cc7af72420ffc03b3f9304311829a57f;p=platform%2Fkernel%2Flinux-exynos.git Documentation: kdbus: fix location for generated files The generated files should reside in Documentation/kdbus, not in the top-level of the source tree. Also add a .gitignore file and ignore everything that was built from the XML files. Change-Id: Iedb5f988fd7f539f8557e1fecb85d6ccf17f10ff Signed-off-by: Daniel Mack Signed-off-by: Greg Kroah-Hartman Signed-off-by: Paul Osmialowski --- diff --git a/Documentation/kdbus/.gitignore b/Documentation/kdbus/.gitignore new file mode 100644 index 000000000000..b4a77ccba9b4 --- /dev/null +++ b/Documentation/kdbus/.gitignore @@ -0,0 +1,2 @@ +*.7 +*.html diff --git a/Documentation/kdbus/Makefile b/Documentation/kdbus/Makefile index cd6b48ee41bf..f6d491251c25 100644 --- a/Documentation/kdbus/Makefile +++ b/Documentation/kdbus/Makefile @@ -18,10 +18,10 @@ HTMLFILES := $(patsubst %.xml, %.html, $(XMLFILES)) XMLTO_ARGS := -m $(obj)/stylesheet.xsl %.7: %.xml - xmlto man $(XMLTO_ARGS) -o . $< + xmlto man $(XMLTO_ARGS) -o $(obj) $< %.html: %.xml - xmlto html-nochunks $(XMLTO_ARGS) -o . $< + xmlto html-nochunks $(XMLTO_ARGS) -o $(obj) $< mandocs: $(MANFILES)