From a09738616d2ecaefc9a09217e716d82b339944fb Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Thu, 12 Jan 2017 17:11:30 -0600 Subject: [PATCH] Expand branches used for generating CONTRIBUTORS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c744de8..67d02ce 100644 --- a/Makefile +++ b/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