From: barbieri Date: Mon, 20 Apr 2009 13:38:49 +0000 (+0000) Subject: fix distcheck on couple packages, problems with EXTRA_DIST X-Git-Tag: build/2012-07-04.173327~2602 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dc7a9bc54860aba7d5d629323faf2ce9d8786bd;p=profile%2Fivi%2Fecore.git 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: http://svn.enlightenment.org/svn/e/trunk/ecore@40247 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8b1483f..0ea8777 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -29,4 +29,4 @@ doc: endif -EXTRA_DIST = Doxyfile img e.css head.html foot.html ecore.dox.in +EXTRA_DIST = Doxyfile $(wildcard img/*.*) e.css head.html foot.html ecore.dox.in