Rename authors makefile target to avoid conflicts with filename (#1955)
This commit is contained in:
parent
8cd369aee7
commit
ebe9417981
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -143,7 +143,7 @@ clean:
|
||||||
@rm -rf sandbox
|
@rm -rf sandbox
|
||||||
|
|
||||||
### generate the AUTHORS file from Git commit information
|
### generate the AUTHORS file from Git commit information
|
||||||
authors:
|
generate_authors:
|
||||||
@cp .github/mailmap .mailmap
|
@cp .github/mailmap .mailmap
|
||||||
@git shortlog -sne > AUTHORS
|
@git shortlog -sne > AUTHORS
|
||||||
@rm .mailmap
|
@rm .mailmap
|
||||||
|
|
|
@ -46,7 +46,7 @@ GitHub allows drafting the release notes for the upcoming release, from the [Rel
|
||||||
## Update the list of Git contributors
|
## Update the list of Git contributors
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ make authors
|
$ make generate_authors
|
||||||
$ git commit -s -m "Update AUTHORS"
|
$ git commit -s -m "Update AUTHORS"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue