Revert "Documentation: kdbus: fix location for generated files"
authorKonrad Lipinski <konrad.l@samsung.com>
Thu, 8 Sep 2016 14:47:43 +0000 (16:47 +0200)
committerKonrad Lipinski <konrad.l@samsung.com>
Fri, 9 Sep 2016 11:26:32 +0000 (13:26 +0200)
This reverts commit 851895cac4edcb3fe611e7204a9c1bd8e1ac571b.

Documentation/kdbus/.gitignore [deleted file]
Documentation/kdbus/Makefile

diff --git a/Documentation/kdbus/.gitignore b/Documentation/kdbus/.gitignore
deleted file mode 100644 (file)
index b4a77cc..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.7
-*.html
index f6d491251c25333ff821e85107c9a6b0b85428f2..cd6b48ee41bf5962e4c5ac96f9a273bd5105a968 100644 (file)
@@ -18,10 +18,10 @@ HTMLFILES := $(patsubst %.xml, %.html, $(XMLFILES))
 XMLTO_ARGS := -m $(obj)/stylesheet.xsl
 
 %.7: %.xml
-       xmlto man $(XMLTO_ARGS) -o $(obj) $<
+       xmlto man $(XMLTO_ARGS) -o . $<
 
 %.html: %.xml
-       xmlto html-nochunks $(XMLTO_ARGS) -o $(obj) $<
+       xmlto html-nochunks $(XMLTO_ARGS) -o . $<
 
 mandocs: $(MANFILES)