Fix contrib make target (dev has been changed to develop)
This commit is contained in:
parent
84ef8709e4
commit
1fc52536ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -164,7 +164,7 @@ yadm.md: yadm.1
|
|||
.PHONY: contrib
|
||||
contrib:
|
||||
@echo "CONTRIBUTORS\n" > CONTRIBUTORS
|
||||
@git shortlog -ns master gh-pages dev dev-pages | cut -f2 >> CONTRIBUTORS
|
||||
@git shortlog -ns master gh-pages develop dev-pages | cut -f2 >> CONTRIBUTORS
|
||||
|
||||
.PHONY: sync-clock
|
||||
sync-clock:
|
||||
|
|
Loading…
Reference in a new issue