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
devs/devilhorns/wayland_egl
Gustavo Sverzut Barbieri 15 years ago
parent cc2916b58f
commit 3ab5491316
  1. 2
      legacy/ecore/doc/Makefile.am
  2. 2
      legacy/edje/doc/Makefile.am
  3. 2
      legacy/eet/doc/Makefile.am
  4. 2
      legacy/efreet/doc/Makefile.am
  5. 2
      legacy/embryo/doc/Makefile.am
  6. 2
      legacy/evas/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

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

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

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

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

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

Loading…
Cancel
Save