2009-06-12 18:04:25 +01:00
|
|
|
themedir = $(datadir)/plymouth/themes/script
|
2009-08-05 16:21:15 +02:00
|
|
|
nodist_theme_DATA = \
|
|
|
|
|
script.plymouth
|
|
|
|
|
|
2009-06-12 18:04:25 +01:00
|
|
|
dist_theme_DATA = \
|
2009-06-30 16:58:39 +01:00
|
|
|
script.script \
|
|
|
|
|
box.png \
|
|
|
|
|
bullet.png \
|
|
|
|
|
entry.png \
|
2009-06-30 23:38:16 +01:00
|
|
|
lock.png \
|
|
|
|
|
progress_box.png \
|
|
|
|
|
progress_bar.png
|
2009-06-12 18:04:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in script.plymouth
|
|
|
|
|
CLEANFILES = script.plymouth
|
|
|
|
|
|
|
|
|
|
script.plymouth: $(srcdir)/script.plymouth.in
|
|
|
|
|
sed -e 's,[@]PLYMOUTH_THEME_PATH[@],$(PLYMOUTH_THEME_PATH),g' \
|
|
|
|
|
$(srcdir)/script.plymouth.in > script.plymouth
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = script.plymouth.in
|