mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Fix contrib make target (dev has been changed to develop)
This commit is contained in:
2
Makefile
2
Makefile
@@ -164,7 +164,7 @@ yadm.md: yadm.1
|
|||||||
.PHONY: contrib
|
.PHONY: contrib
|
||||||
contrib:
|
contrib:
|
||||||
@echo "CONTRIBUTORS\n" > CONTRIBUTORS
|
@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
|
.PHONY: sync-clock
|
||||||
sync-clock:
|
sync-clock:
|
||||||
|
|||||||
Reference in New Issue
Block a user