From 6ac53fd9017265fd77c05107784b95acef6bcd3b Mon Sep 17 00:00:00 2001 From: barbieri Date: Mon, 20 Apr 2009 13:38:49 +0000 Subject: [PATCH] fix distcheck on couple packages, problems with EXTRA_DIST Do NOT include dirs in EXTRA_DIST (embryo, eet, ecore, evas, edje, efreet) as it will include .svn directories! EXTRA_DIST does not take a glob as ETK did, use $(wildcard glob) to expand it. And do not forget about adding extra files to EXTRA_DIST (wizard) and DIST_SUBDIRS (fileman_opinfo). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@40247 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index f4cf21d..a70b4bd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,4 +30,4 @@ doc: endif -EXTRA_DIST = Doxyfile e.css foot.html head.html img embryo.dox.in +EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) embryo.dox.in -- 2.7.4