Make path configurable

This commit is contained in:
Michael Stapelberg
2009-07-28 22:09:53 +02:00
parent c56dc0f966
commit e7bf93163d
4 changed files with 17 additions and 8 deletions

View File

@ -26,7 +26,7 @@ install: all
$(INSTALL) -m 0755 i3 $(DESTDIR)/usr/bin/
test -e $(DESTDIR)/etc/i3/config || $(INSTALL) -m 0644 i3.config $(DESTDIR)/etc/i3/config
$(INSTALL) -m 0644 i3.desktop $(DESTDIR)/usr/share/xsessions/
$(MAKE) TOPDIR=$(TOPDIR) -C i3-msg
$(MAKE) TOPDIR=$(TOPDIR) -C i3-msg install
dist: clean
[ ! -d i3-${VERSION} ] || rm -rf i3-${VERSION}