diff --git a/Makefile b/Makefile index 456639edac6999bf5b16259ad1bd8d610880e024..9665ad052a0e094cef3f3e0ee6fec3c4b509e5e5 100644 --- a/Makefile +++ b/Makefile @@ -27,11 +27,13 @@ clean: install: build $(INSTALL_PROGRAM) ./$(TARGET) $(DESTDIR)$(bindir)/$(TARGET) - $(INSTALL_DATA) $(srcdir)/$(TARGET).desktop $(DESTDIR)$(datadir)/applications/$(TARGET).desktop + $(INSTALL_DATA) $(srcdir)/desktop/$(TARGET).desktop $(DESTDIR)$(datadir)/applications/$(TARGET).desktop + $(INSTALL_DATA) $(srcdir)/desktop/$(TARGET).svg $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps/$(TARGET).svg uninstall: $(RM) $(DESTDIR)$(bindir)/$(TARGET) $(RM) $(DESTDIR)$(datadir)/applications/$(TARGET).desktop + $(RM) $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps/$(TARGET).svg $(TARGET): # Just copy for now