Skip to content

Commit

Permalink
Fix contrib target
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLocehiliosan committed Oct 16, 2017
1 parent 75e0bf9 commit db9c002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -4,11 +4,11 @@ all: yadm.md contrib
yadm.md: yadm.1
@groff -man -Tascii ./yadm.1 | col -bx | sed 's/^[A-Z]/## &/g' | sed '/yadm(1)/d' > yadm.md

CONTRIBUTORS:
.PHONY: contrib
contrib:
@echo "CONTRIBUTORS\n" > CONTRIBUTORS
@git shortlog -ns master gh-pages dev dev-pages | cut -f2 >> CONTRIBUTORS

contrib: CONTRIBUTORS

.PHONY: pdf
pdf:
@groff -man -Tps ./yadm.1 > yadm.ps
Expand Down

0 comments on commit db9c002

Please sign in to comment.