Authors Script: add script to generate individual contributors

Add the script used generate individual contributors for AUTHORS,
add "make authors" utility that updates the AUTHORS file in-place.
This commit is contained in:
Campbell Barton
2023-08-16 20:46:17 +10:00
parent efb2406262
commit 63fa5b92e7
3 changed files with 365 additions and 0 deletions
+5
View File
@@ -96,6 +96,9 @@ Spell Checkers
Utilities
Not associated with building Blender.
* authors:
Update the AUTHORS file using GIT history.
* icons:
Updates PNG icons from SVG files.
@@ -547,6 +550,8 @@ source_archive_complete: .FORCE
# This assumes CMake is still using a default `PACKAGE_DIR` variable:
@$(PYTHON) ./build_files/utils/make_source_archive.py --include-packages "$(BUILD_DIR)/source_archive/packages"
authors: .FORCE
@$(PYTHON) ./tools/utils/authors_git_gen.py
INKSCAPE_BIN?="inkscape"
icons: .FORCE