summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2009-04-20 13:38:49 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2009-04-20 13:38:49 +0000
commitff00d1783a883c7a16737a77209c2400642072ba (patch)
tree490dc35bd756be7aade53d3cb3674fedec51a1db /doc/Makefile.am
parent6b39351ae94dfc9866a0c52d3e3f61249725e6f9 (diff)
downloadeet-ff00d1783a883c7a16737a77209c2400642072ba.tar.gz
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
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index aa9668c..0793a9a 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/ eet.dox.in
+EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) eet.dox.in