Expand branches used for generating CONTRIBUTORS
This commit is contained in:
parent
045042710d
commit
a09738616d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ yadm.md: yadm.1
|
||||||
|
|
||||||
contrib:
|
contrib:
|
||||||
@echo "CONTRIBUTORS\n" > CONTRIBUTORS
|
@echo "CONTRIBUTORS\n" > CONTRIBUTORS
|
||||||
@git shortlog -ns | cut -f2 >> CONTRIBUTORS
|
@git shortlog -ns master gh-pages dev dev-pages | cut -f2 >> CONTRIBUTORS
|
||||||
|
|
||||||
pdf:
|
pdf:
|
||||||
@groff -man -Tps ./yadm.1 > yadm.ps
|
@groff -man -Tps ./yadm.1 > yadm.ps
|
||||||
|
|
Loading…
Reference in a new issue