Changed paths:
R admin/make-release.exclude
M admin/make-release.sh
Log Message:
-----------
make-release.sh: rely on `make dist`
Prior to this change, tarballs were being created without key autotools
artifacts which were needed for projects to build atf from scratch
without the autotools toolchain. This change switches the ad hoc logic
to rely on `make dist`, which keeps all generated files necessary in
order to build atf without needing a full autotools toolchain.
NB: please note that this leaves an autogenerated file behind:
`atf-c/defs.h`. I couldn't find a trivial way to exclude it from
`make dist`, so it's being included in release tarballs (for now).