Expand branches used for generating CONTRIBUTORS

pull/57/head
Tim Byrne 6 years ago
parent 045042710d
commit a09738616d
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
  1. 2
      Makefile

@ -5,7 +5,7 @@ yadm.md: yadm.1
contrib:
@echo "CONTRIBUTORS\n" > CONTRIBUTORS
@git shortlog -ns | cut -f2 >> CONTRIBUTORS
@git shortlog -ns master gh-pages dev dev-pages | cut -f2 >> CONTRIBUTORS
pdf:
@groff -man -Tps ./yadm.1 > yadm.ps

Loading…
Cancel
Save