diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-10 09:51:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-10 09:51:59 +0000 |
commit | 72be7a46b51dacdd5e9765fba2ba9ee83715908c (patch) | |
tree | 1d31ab5d8d664ad34d1fa70ef788ccf882c610fb /Makefile | |
parent | c045399593723666be69f7094d3b6b3a4e030458 (diff) | |
download | control-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-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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)/ |