aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolf2019-12-30 19:37:28 +0100
committerWolf2019-12-30 19:37:28 +0100
commit35a4f1b81fcbcade077be1da19264717c70fde3b (patch)
tree5d0c832be3d1a4a04a15e697ac23094ddaa73dac /Makefile
parentf3fad3de0863ed0571b884980132f8e80612776f (diff)
downloadweltschmerz-35a4f1b81fcbcade077be1da19264717c70fde3b.tar.gz
Add desktop file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f61888..ad973c7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,10 @@ weltschmerz: weltschmerz.vala terminal.vala config.vala resources.c
resources.c: resources.xml terminal.ui terminal.css
glib-compile-resources $< --target=$@ --generate-source
-install: weltschmerz weltschmerz.1
+install: weltschmerz weltschmerz.1 weltschmerz.desktop
install -D -m 755 -t '${DESTDIR}${BINDIR}' weltschmerz
install -D -m 644 -t '${DESTDIR}${MANDIR}/man1' weltschmerz.1
+ install -D -m 644 -t '${DESTDIR}${DATAROOTDIR}/applications' weltschmerz.desktop
clean:
rm -f weltschmerz resources.c