make /etc/bash_completion.d

This commit is contained in:
TJ Holowaychuk 2012-01-15 13:25:46 -08:00
parent 8ff4ec94e7
commit 8ad024a515

View file

@ -16,6 +16,7 @@ install:
cp -f $(BIN) $(PREFIX)/$(BIN); \
)
cp -f man/git-*.1 $(MANPREFIX)
@mkdir -p /etc/bash_completion.d
cp -f etc/bash_completion.sh /etc/bash_completion.d/git-extras
docs: $(MAN_HTML) $(MAN_PAGES)