tools/makefile: exclude awesome-selfhosted-bot from authors list

This commit is contained in:
nodiscc 2023-07-24 16:06:35 +02:00
parent 6ea9e4507f
commit ce9f441df6
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -69,7 +69,7 @@ url_check: install
.PHONY: authors # update the AUTHORS file
authors:
printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS
git shortlog -sne >> AUTHORS
git shortlog -sne | grep -v awesome-selfhosted-bot >> AUTHORS
.PHONY: clean # clean files generated by automated tasks
clean: