add tarball-producing targets to Makefile for ease of release
authorRich Felker <dalias@aerifal.cx>
Wed, 25 Jun 2014 20:14:37 +0000 (16:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 25 Jun 2014 20:14:37 +0000 (16:14 -0400)
commitf80710718026d8ad4767ed36651da7b5b5d63530
treede750b0a9c1fdf606325948204e2fc6c7de238df
parent8facd5638c8fce5eb6b6c11e4bdc34755d03344d
add tarball-producing targets to Makefile for ease of release

my old, out-of-tree release script that performed a clone rather than
using git archive checked the VERSION file to make sure that it
matched before doing a release. I believe there should be a way to do
the same with git commands (without resorting to checking out the
desired tag) but I have not yet found a way, so care should be taken
when using these targets that the correctness of the VERSION file is
not overlooked.
Makefile