summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-10 09:51:59 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-10 09:51:59 +0000
commit72be7a46b51dacdd5e9765fba2ba9ee83715908c (patch)
tree1d31ab5d8d664ad34d1fa70ef788ccf882c610fb /Makefile
parentc045399593723666be69f7094d3b6b3a4e030458 (diff)
downloadcontrol-center-72be7a46b51dacdd5e9765fba2ba9ee83715908c.tar
control-center-72be7a46b51dacdd5e9765fba2ba9ee83715908c.tar.gz
control-center-72be7a46b51dacdd5e9765fba2ba9ee83715908c.tar.bz2
control-center-72be7a46b51dacdd5e9765fba2ba9ee83715908c.tar.xz
control-center-72be7a46b51dacdd5e9765fba2ba9ee83715908c.zip
do not generate non needed rtl images
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2adc7e1b..99263d57 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,10 @@ install: all
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
dis: clean
- for i in pixmaps/default/mcc-left*png; do convert -flop $$i $${i%.png}_rtl.png;done
+ for i in pixmaps/default/mcc-left-back{,-bottom,-middle,-top}.png; do convert -flop $$i $${i%.png}_rtl.png;done
+
+
+
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
mkdir -p $(NAME)-$(VERSION)
find . -not -name "$(NAME)-$(VERSION)" | cpio -pd $(NAME)-$(VERSION)/