entrance: fix make dist

devs/bu5hm4n/develop
Michael Bouchaud 10 years ago
parent 519342a564
commit 51d6a4d44e
  1. 4
      configure.ac
  2. 2
      data/Makefile.am
  3. 19
      data/themes/default/Makefile.am

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

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

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

Loading…
Cancel
Save