INSTALL = /usr/bin/install
PREFIX = /usr/local/bin
install:
	$(INSTALL) -m 755 -o root -g root doc $(PREFIX)
