summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:55:12 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:55:12 +0000
commit2b29626d8d5aa47119759d0ef1d0876674f06254 (patch)
tree13622da45e0f86f8fde5bc8d50e953e958495691 /doc
parent7abf31c88264c2a7692ce61c7985bc49e979163e (diff)
efl: fix make dist.
Carefully compared 'svn export' and 'make dist' results and couple of files were missing. Changes: * Makefile.am: removed all .pc from EXTRA_DIST, we shouldn't distribute them here as they will contain ./configure data such as install location. * src/Makefile.am: moved all if-endif to files, otherwise EXTRA_DIST won't work properly. We must EXTRA_DIST outside of the if-endif block. * static_libs/liblinebreak: removed couple of unused files. SVN revision: 82241
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am19
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3f6d93e30..43c61d34a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,8 +33,19 @@ doc:
endif
EXTRA_DIST = \
-$(srcdir)/Doxyfile.in \
$(wildcard $(srcdir)/img/*.*) \
-$(srcdir)/e.css \
-$(srcdir)/head.html \
-$(srcdir)/foot.html
+Doxyfile.in \
+e.css \
+head.html \
+foot.html \
+ecore_examples.dox \
+edbus_examples.dox \
+edje_examples.dox \
+eet_examples.dox \
+eina_examples.dox \
+eio_examples.dox \
+eo_tutorial.dox \
+ephysics_examples.dox \
+evas_examples.dox \
+main.dox \
+pkgconfig.dox