mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 23:46:24 -04:00
Renamed man pages to *.md
This commit is contained in:
parent
df322db5b3
commit
1233825519
2
Makefile
2
Makefile
|
|
@ -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)`"; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue