automake: include only one copy VERSION in tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Dec 2013 19:42:51 +0000 (19:42 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 3 Dec 2013 21:44:26 +0000 (21:44 +0000)
commit507c2356e3caa3b7da98787ae2de96c7bca0089e
tree2427fd088865875f3655458e15200bf0b0849124
parent03ef57950a8c8e69043a87511693ba8bdf4a73be
automake: include only one copy VERSION in tarball

The VERSION file is tracked by git (git ls-files), thus
adding it to EXTRA_FILES will result in a duplicate copy
within the final tarball.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72230
Cc: "10.0" <mesa-stable@lists.freedesktop.org>
Reported-by: Patrick Steinhardt <ps@pks.im>
Tested-by: Patrick Steinhardt <ps@pks.im>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Makefile.am