1# Common Makefile
2include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make
3
4install::
5	@echo "Installing $(Destination)"
6	$(_v) $(INSTALL_FILE) -c connectives	"$(Destination)/connectives"
7	$(_v) $(INSTALL_FILE) -c propernames	"$(Destination)/propernames"
8	$(_v) $(INSTALL_FILE) -c web2		"$(Destination)/web2"
9	$(_v) $(INSTALL_FILE) -c web2a		"$(Destination)/web2a"
10	$(_v) $(INSTALL_FILE) -c README		"$(Destination)/README"
11	$(_v) $(LN) -fs web2 "$(Destination)/words"
12