1# make23INSTALL=install4prefix=$(HOME)5etcdir=$(prefix)/etc6etcgitdir=$(etcdir)/git-core7templatedir=$(etcgitdir)/templates8# dest=910all:11clean:1213install:14$(INSTALL) -d -m755 $(dest)$(templatedir)/hooks/15$(foreach s,$(wildcard hooks--*),\16$(INSTALL) -m644 $s \17$(dest)$(templatedir)/hooks/$(patsubst hooks--%,%,$s);)18$(INSTALL) -d -m755 $(dest)$(templatedir)/info19$(INSTALL) -d -m755 $(dest)$(templatedir)/branches