summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2006-02-23 15:35:27 +0000
committerDaouda Lo <daouda@mandriva.com>2006-02-23 15:35:27 +0000
commitffa58cc585eee063758bf7a6bf22ec6c2bf249a9 (patch)
treeb66661999e9f839f4c31911d43631ac7f15e9fd6 /Makefile
parentba441a4e42974799455c699e413dd47eaa332bfd (diff)
downloadmgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar
mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar.gz
mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar.bz2
mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.tar.xz
mgaonline-ffa58cc585eee063758bf7a6bf22ec6c2bf249a9.zip
- remove mdvbundle refs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f6b0372..2cfff02e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
NAME = mdkonline
MDKUPDATE = mdkupdate
MDKAPPLET = mdkapplet
-MDKBUNDLE = mdvbundle.pl
SUBDIRS = po
PREFIX = /
@@ -38,7 +37,6 @@ install: all
install -m755 $(NAME) $(SBINDIR)
install -m755 $(MDKUPDATE) $(SBINDIR)
install -m755 $(MDKAPPLET) $(BINDIR)
- install -m755 $(MDKBUNDLE) $(BINDIR)
install -m644 icons/$(NAME)16.png $(ICONSDIR)/mini/$(NAME).png
install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png
install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png