entrance: fix make dist

This commit is contained in:
Michael Bouchaud 2013-09-26 23:46:39 +02:00
parent 519342a564
commit 51d6a4d44e
3 changed files with 20 additions and 5 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([entrance], [0.0.4], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([entrance], [0.0.5], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
@ -187,9 +187,7 @@ src/bin/Makefile
src/daemon/Makefile
data/Makefile
data/themes/Makefile
data/themes/beaumonts/Makefile
data/themes/default/Makefile
data/themes/old/Makefile
])

View File

@ -9,4 +9,4 @@ pam_DATA = entrance
confdir = $(sysconfdir)
conf_DATA = entrance.conf
EXTRA_DIST = entrance entrance.conf entrance.debian
EXTRA_DIST = entrance entrance.conf entrance.other

View File

@ -7,7 +7,24 @@ EDJE_FLAGS = -v -id $(top_srcdir)/data/themes/default/images -fd $(top_srcdir)/d
filesdir = $(datadir)/entrance/themes/
files_DATA = default.edj
EXTRA_DIST = default.edc
EXTRA_DIST = \
default.edc \
images/adrielhernandez-cmyk-tux.png \
images/brunocb-tux-1-euro.png \
images/cisoun-tux-coup-de-soleil.png \
images/eliaden-tux-marin.png \
images/entrance_background.jpg \
images/fcys14-tux-breton.png \
images/fcys14-tux-croco.png \
images/fcys14-tux-pompier.png \
images/fcys14-yoshi-tux.png \
images/m4r10-tux-crema.png \
images/mybob-calimetux.png \
images/overlord59-astro-tux.png \
images/overlord59-dj-tux-mix-platine.png \
images/overlord59-magic-tux.png \
images/overlord59-tux-pianiste.png \
images/touko-tux-pirate.png
default.edj: Makefile $(EXTRA_DIST)