From 5008e82ac9e03f128101ed93823cf9b6ddc0bde2 Mon Sep 17 00:00:00 2001 From: Jerome Pinot Date: Thu, 30 Aug 2012 15:22:36 +0000 Subject: [PATCH] eeze: autotools eeze/doc/img didn't made it to the dist package because of a missing slash. Fix this and make the style consistent by removing the lonely $(srcdir). SVN revision: 75886 --- legacy/eeze/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eeze/doc/Makefile.am b/legacy/eeze/doc/Makefile.am index fefb76334f..aed7b5f070 100644 --- a/legacy/eeze/doc/Makefile.am +++ b/legacy/eeze/doc/Makefile.am @@ -30,4 +30,4 @@ doc: endif -EXTRA_DIST = Doxyfile.in $(wildcard $(srcdir)img/*.*) e.css head.html foot.html eeze.dox.in +EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html eeze.dox.in