GNUmakefile: use tar.xz instead of tar.gz

Also rename "make tgz" to "make source_archive" as it wasn't clear
this only archived the source, not binaries.

D6153 by @JRottm with minor edits
This commit is contained in:
Campbell Barton
2019-10-31 00:16:29 +11:00
parent 068c6a6f15
commit 60d0446db3
2 changed files with 5 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ Utilities
Example
make icons_geom BLENDER_BIN=/path/to/blender
* tgz:
* source_archive:
Create a compressed archive of the source code.
* update:
@@ -525,8 +525,8 @@ check_descriptions: .FORCE
# Utilities
#
tgz: .FORCE
./build_files/utils/build_tgz.sh
source_archive: .FORCE
./build_files/utils/make_source_archive.sh
INKSCAPE_BIN?="inkscape"
icons: .FORCE