Makefile: add i3-nagbar to install target

This commit is contained in:
Michael Stapelberg 2011-07-10 14:41:00 +02:00
parent 263d6b81d0
commit d0a3e673b8
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ install: all
$(INSTALL) -m 0644 include/i3/ipc.h $(DESTDIR)$(PREFIX)/include/i3/
$(MAKE) TOPDIR=$(TOPDIR) -C i3-msg install
$(MAKE) TOPDIR=$(TOPDIR) -C i3-input install
$(MAKE) TOPDIR=$(TOPDIR) -C i3-nagbar install
dist: distclean
[ ! -d i3-${VERSION} ] || rm -rf i3-${VERSION}