Makefile: remove "make authors"
Since adding authors involves checking if their contribution requested exclusion from the AUTHORS list, this isn't an action that should be run and committed without some manual checking. Since the script works without arguments and isn't an action most developers should be running & committing, having a convenience entry isn't especially useful.
This commit is contained in:
2
AUTHORS
2
AUTHORS
@@ -17,7 +17,7 @@
|
|||||||
# Please keep the list sorted.
|
# Please keep the list sorted.
|
||||||
#
|
#
|
||||||
# The individual authors section can be regenerated using:
|
# The individual authors section can be regenerated using:
|
||||||
# make authors
|
# python ./tools/utils/authors_git_gen.py
|
||||||
|
|
||||||
# BEGIN individuals section.
|
# BEGIN individuals section.
|
||||||
Aaron Carlisle <carlisle.aaron00@gmail.com>
|
Aaron Carlisle <carlisle.aaron00@gmail.com>
|
||||||
|
|||||||
@@ -96,9 +96,6 @@ Spell Checkers
|
|||||||
Utilities
|
Utilities
|
||||||
Not associated with building Blender.
|
Not associated with building Blender.
|
||||||
|
|
||||||
* authors:
|
|
||||||
Update the AUTHORS file using GIT history.
|
|
||||||
|
|
||||||
* icons:
|
* icons:
|
||||||
Updates PNG icons from SVG files.
|
Updates PNG icons from SVG files.
|
||||||
|
|
||||||
@@ -550,9 +547,6 @@ source_archive_complete: .FORCE
|
|||||||
# This assumes CMake is still using a default `PACKAGE_DIR` variable:
|
# 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"
|
@$(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"
|
INKSCAPE_BIN?="inkscape"
|
||||||
icons: .FORCE
|
icons: .FORCE
|
||||||
@BLENDER_BIN=$(BLENDER_BIN) INKSCAPE_BIN=$(INKSCAPE_BIN) \
|
@BLENDER_BIN=$(BLENDER_BIN) INKSCAPE_BIN=$(INKSCAPE_BIN) \
|
||||||
|
|||||||
Reference in New Issue
Block a user