This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/desktop/Makefile
2009-09-23 06:28:30 +00:00

17 lines
401 B
Makefile

include ../Rules.make
clean:
rm -rf instead.desktop
all: instead.desktop
instead.desktop: instead.desktop.in
cat instead.desktop.in | sed -e "s|@BIN|$(BIN)|g" > instead.desktop
install:
$(INSTALLD) $(DESTDIR)$(PREFIX)/share/applications
$(INSTALL) instead.desktop $(DESTDIR)$(PREFIX)/share/applications/instead.desktop
uninstall:
$(RM) $(DESTDIR)$(PREFIX)/share/applications/instead.desktop