diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-12 12:28:14 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-12 12:28:14 +0000 |
commit | a4ada94bbbd1c65d8b794714d7c948e61c2ae0ec (patch) | |
tree | e8a8bd86ad1db617196d101dec40fa8d32103de4 /Makefile | |
parent | f2ce793d628e88825eff3364b293104cb0bdb582 (diff) | |
parent | 9e858fd698bc04ef0f36f27905b6a7e81bd89ef4 (diff) | |
download | imv-a4ada94bbbd1c65d8b794714d7c948e61c2ae0ec.tar.gz |
Merge pull request #16 from guiniol/master
Add a imv.desktop file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,3 +33,4 @@ clean: install: $(TARGET) install -D -m 0755 $(TARGET) $(DESTDIR)$(prefix)/bin/$(TARGET) install -D -m 0644 doc/imv.1 $(DESTDIR)$(prefix)/share/man/man1/imv.1 + install -D -m 0644 files/imv.desktop $(DESTDIR)$(prefix)/share/applications/imv.desktop |