edbus: Full file path on EXTRA_DIST of doc
authorJosé Roberto de Souza <zehortigoza@profusion.mobi>
Wed, 26 Sep 2012 18:49:16 +0000 (18:49 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 26 Sep 2012 18:49:16 +0000 (18:49 +0000)
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 77098

doc/Makefile.am

index 3c2eba9..781bbd2 100644 (file)
@@ -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