summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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