From 4ba23063569630742066190734c6d3e16a76f5af Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Mar 2006 18:32:52 +0000 Subject: add a .desktop menu entry and a .desktop mime file (KDE3 does not uses the XDG mime trees and still relies on its own mime placement) (helio) --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2cfff02e..e25b2dac 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,12 @@ install: all # install -m644 mdkapplet.desktop $(PREFIX)/usr/share/autostart/ install -m644 mdkonline.pm $(FBLIBDIR) for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done +# menu entry: + mkdir -p $(DATADIR)/applications/ + install -m644 mdkonline.desktop $(DATADIR)/applications/ +# mime + mkdir -p $(DATADIR)/mimelnk/applications/ + install -m644 x-mdv-exec.desktop $(DATADIR)/mimelnk/applications/ # rules to build a test rpm -- cgit v1.2.1