From 9177bdef758d1481d4558eb12db6be7ac06c2a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Wed, 26 Sep 2012 18:49:16 +0000 Subject: [PATCH] edbus: Full file path on EXTRA_DIST of doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by: José Roberto de Souza SVN revision: 77098 --- legacy/edbus/doc/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/legacy/edbus/doc/Makefile.am b/legacy/edbus/doc/Makefile.am index 3c2eba92a6..781bbd2a74 100644 --- a/legacy/edbus/doc/Makefile.am +++ b/legacy/edbus/doc/Makefile.am @@ -29,4 +29,8 @@ doc: endif -EXTRA_DIST = Doxyfile.in $(wildcard images/*.*) e.css head.html foot.html +EXTRA_DIST = $(srcdir)/Doxyfile.in \ + $(wildcard $(srcdir)/img/*.*) \ + $(srcdir)/e.css \ + $(srcdir)/head.html \ + $(srcdir)/foot.html \ No newline at end of file