SC2046: Quote this to prevent word splitting.
SC2086: Double quote to prevent globbing and word splitting.
SC2162: read without -r will mangle backslashes.
Signed-off-by: Michael Adam <obnox@redhat.com>
make dist creates source tarballs of the GD2 source directory.
make dist-vendor creates tarballs including the vendor directory.
The generated tarballs contain a VERSION file, which is used by the
build script to set proper versions, gitsha and build-ids when building
GD2 from tarballs.
- The Makefile has been updated to use these scripts to build, install
and release
- Run `make release` to create build, create and sign a release archive,
useful for releasing on Github.