projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
981931d
)
Remove also desktop file on uninstall.
author
Daniel Carl
<danielcarl@gmx.de>
Fri, 2 Jun 2017 21:22:19 +0000
(23:22 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Fri, 2 Jun 2017 21:22:19 +0000
(23:22 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e56e528
..
dd9aa53
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,7
+27,10
@@
install: $(SRCDIR).subdir-all
install -m 644 vimb.desktop $(DOTDESKTOPPREFIX)/vimb.desktop
uninstall:
- $(RM) $(BINPREFIX)/vimb $(DESTDIR)$(MANDIR)/man1/vimb.1 $(LIBDIR)/$(EXTTARGET)
+ $(RM) $(BINPREFIX)/vimb
+ $(RM) $(DESTDIR)$(MANDIR)/man1/vimb.1
+ $(RM) $(LIBDIR)/$(EXTTARGET)
+ $(RM) $(DOTDESKTOPPREFIX)/vimb.desktop
clean: $(SRCDIR).subdir-clean