From 091b4ea1855c1bee88bc9628014a13432e9b2c18 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 15 Feb 2006 18:06:44 +0000 Subject: - add bundle --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c996312d..523f09ed 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') NAME = mdkonline MDKUPDATE = mdkupdate MDKAPPLET = mdkapplet +MDKBUNDLE = mdvbundle.pl SUBDIRS = po PREFIX = / @@ -37,6 +38,7 @@ 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 -- cgit v1.2.1