summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-15 18:32:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-15 18:32:52 +0000
commit4ba23063569630742066190734c6d3e16a76f5af (patch)
tree7d7fefc22462f3011bb6ccff337761c576bc8ae7 /Makefile
parentcc78a7158e54856e3866ca92482620b250fba739 (diff)
downloadmgaonline-4ba23063569630742066190734c6d3e16a76f5af.tar
mgaonline-4ba23063569630742066190734c6d3e16a76f5af.tar.gz
mgaonline-4ba23063569630742066190734c6d3e16a76f5af.tar.bz2
mgaonline-4ba23063569630742066190734c6d3e16a76f5af.tar.xz
mgaonline-4ba23063569630742066190734c6d3e16a76f5af.zip
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)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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