aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-08-26 11:06:17 +0000
committerFlorent Villard <warly@mandriva.com>2003-08-26 11:06:17 +0000
commit97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153 (patch)
tree05eda5154ede93f96b451ef9f5272b6b71ebcb25 /Makefile
parent07895b95bdff958d1b7189d07957107f27898b1b (diff)
downloadbootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.gz
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.bz2
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.xz
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.zip
set Esc as the key to swich to verbose mode
improve switch-theme so that it can be used in post of mandrake_theme packages remove images and config files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 4990729..e923509 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,6 @@ RELEASE := $(shell sed -n 's/%define release //p' < $(NAME).spec)
RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
SUBDIRS=scripts fb fbmngplay fbtruetype splash po
-DATADIRS=themes/data/
-CONFIGDIRS=themes/config/
-THEMES=Mandrake
prefix=/
sharedir=/usr/share
@@ -17,12 +14,7 @@ all:
@for i in $(SUBDIRS);do make -C $$i all;done
install:
- @mkdir -p $(prefix)$(sharedir)/bootsplash/themes/
- @mkdir -p $(prefix)$(configdir)/bootsplash/themes/
@for i in $(SUBDIRS);do make -C $$i install;done
- @for i in $(DATADIRS);do for t in $(THEMES); do cp -a $$i/$$t $(prefix)$(sharedir)/bootsplash/themes/;done; done
- @for i in $(CONFIGDIRS);do for t in $(THEMES); do install -d $(prefix)/$(configdir)/bootsplash/themes/$$t/config; cp -a $(CONFIGDIRS)/$$t/cfg/* $(prefix)$(configdir)/bootsplash/themes/$$t/config/;done ;done
- @for d in 800x600 1024x768; do for v in 1 2 3; do ln -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/Mandrake/config/vt$$v-$$d.cfg; done; done
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*