summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c5115e..f6507b5 100644
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,6 @@ install: all
chmod +x $(DESTDIR)$(PREFIX)/bin/getxbookgui
mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps
cp icons/* $(DESTDIR)$(PREFIX)/share/pixmaps/
- mkdir -p $(DESTDIR)$(PREFIX)/share/applications
- cp $(NAME).desktop $(DESTDIR)$(PREFIX)/share/applications/
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
for f in $(MAN); do sed "s/VERSION/$(VERSION)/g" < $$f > $(DESTDIR)$(MANPREFIX)/man1/$$f; done