summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Timm <mail@rtti.de>2016-09-18 23:50:34 +0200
committerRobert Timm <mail@rtti.de>2016-09-28 20:18:47 +0200
commitd98b47e362227a1fc0a1be78f57b02d7f6740a6f (patch)
tree8fa74cd60cd6daba8a1cfcfc22a47e4d9eb02b58 /Makefile
parent596d0e05b9aa4007a02ecf40936d3a9340fec143 (diff)
Adds vimb.desktop file and install rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0201ccb..912bf66 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ install: vimb
# @sed -e "s!VERSION!$(VERSION)!g" \
# -e "s!PREFIX!$(PREFIX)!g" \
# -e "s!DATE!`date +'%m %Y'`!g" $(DOCDIR)/vimb.1 > $(MANPREFIX)/man1/vimb.1
+ @# .desktop file
+ install -d $(DOTDESKTOPPREFIX)
+ install -m 644 vimb.desktop $(DOTDESKTOPPREFIX)/vimb.desktop
uninstall:
$(RM) $(BINPREFIX)/vimb $(DESTDIR)$(MANDIR)/man1/vimb.1 $(EXTPREFIX)/$(EXTTARGET)