Makefile: Remove extra work done in "make dist"
commit607c755d798d0ff6de472963345ec66f0dd0a0d0
authorDavid Aguilar <davvid@gmail.com>
Sat, 1 Oct 2011 20:20:47 +0000 (1 13:20 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 1 Oct 2011 20:20:47 +0000 (1 13:20 -0700)
tree381b38d7e70cb4afe1e9396ff89c52dff3538e04
parent662ef03f9fe2bd435d5f070beba9d2d94c014adc
Makefile: Remove extra work done in "make dist"

Our tarballs do not need to include the extra "version"
file anymore so remove the unnecessary steps from the dist target.

This target won't really be used anymore since we are just
publishing the repo as-is without any post-processing of the
output of "git archive", but it's still nice to have.

Signed-off-by: David Aguilar <davvid@gmail.com>
Makefile