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).




SVN revision: 40247
This commit is contained in:
Gustavo Sverzut Barbieri 2009-04-20 13:38:49 +00:00
parent cc2916b58f
commit 3ab5491316
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -32,4 +32,4 @@ doc:
endif
EXTRA_DIST = Doxyfile e.css foot.html head.html img edje.dox.in
EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) edje.dox.in

View File

@ -30,4 +30,4 @@ doc:
endif
EXTRA_DIST = Doxyfile e.css foot.html head.html img/ eet.dox.in
EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) eet.dox.in

View File

@ -29,4 +29,4 @@ doc:
endif
EXTRA_DIST = Doxyfile.in images e.css head.html foot.html
EXTRA_DIST = Doxyfile.in $(wildcard images/*.*) e.css head.html foot.html

View File

@ -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

View File

@ -29,4 +29,4 @@ doc:
endif
EXTRA_DIST = Doxyfile img e.css head.html foot.html evas.dox.in
EXTRA_DIST = Doxyfile $(wildcard img/*.*) e.css head.html foot.html evas.dox.in