Renamed man pages to *.md

This commit is contained in:
Tj Holowaychuk 2010-10-31 11:41:30 -07:00
parent df322db5b3
commit 1233825519
19 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ MANPATH ?= "$(PREFIX)/share/man/man1"
BINS = $(wildcard bin/git-*)
MANS = $(wildcard man/git-*.ronn)
install: clean
install:
@echo "... installing to $(PREFIX)/bin"
@$(foreach BIN, $(BINS), \
echo "... installing `basename $(BIN)`"; \