stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2ab5db6b42c0af64349a0dd390c4af782a12b03a
commit 2ab5db6b42c0af64349a0dd390c4af782a12b03a Author: Stefan Schmidt <[email protected]> Date: Wed Apr 16 10:01:34 2014 +0200 theme: Add new image files to EXTRA_DIST to fix distcheck This was broken in 995c0c0257605d857c907aab98fb8f942e4be411 --- data/themes/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 444ea83..1571c6e 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -252,13 +252,25 @@ img/efm_generic_icon_base_empty.png \ img/efm_generic_icon_base.png \ img/efm_generic_icon_content_audio.png \ img/efm_generic_icon_content_code.png \ +img/efm_generic_icon_content_db.png \ +img/efm_generic_icon_content_doc.png \ +img/efm_generic_icon_content_draw.png \ img/efm_generic_icon_content_executable.png \ +img/efm_generic_icon_content_font.png \ +img/efm_generic_icon_content_formula.png \ +img/efm_generic_icon_content_image.png \ img/efm_generic_icon_content_logo.png \ img/efm_generic_icon_content_lo.png \ +img/efm_generic_icon_content_pdf.png \ +img/efm_generic_icon_content_pres.png \ +img/efm_generic_icon_content_ps.png \ img/efm_generic_icon_content_python.png \ img/efm_generic_icon_content_script.png \ +img/efm_generic_icon_content_spread.png \ +img/efm_generic_icon_content_template.png \ img/efm_generic_icon_content_text.png \ img/efm_generic_icon_content_unknown.png \ +img/efm_generic_icon_content_video.png \ img/efm_generic_icon_content_web.png \ img/efm_generic_icon_over_empty.png \ img/efm_generic_icon_over.png \ --
