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: 1.0_branch~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=322a1f83fb24639fe06d40edaced8e3a30fef935;p=profile%2Fivi%2Fembryo.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/embryo@40247 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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