Build the release tarball from git, not manually
authormarkus schnalke <meillo@marmaro.de>
Wed, 28 Oct 2015 22:19:14 +0000 (23:19 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 28 Oct 2015 22:19:14 +0000 (23:19 +0100)
commitd5d94ce76327869346e2b02b7b02a3620ddd38eb
treefa3cf44d0433463c431e21ef64633588dcb6fae0
parent776e627ad8aaa4d75bf1f7db04142a0f3bdf80ad
Build the release tarball from git, not manually

Previously the Makefiles contained lists of files to distribute.
They built the release tarball manually. It's much easier to just
use git, which knows which files are the relevant files, because
it's the ones that are under version control. We just need to
add some additional, pre-generated files for convenience, so that
the user does not need to have auto* and lex installed.

The release tarball is now fully assembled in the top-level
Makefile. (The only tricky part is sbr/dtimep.c, because that
needs to be generated in the subdirectory.)
Makefile.in
config/Makefile.in
etc/Makefile.in
h/Makefile.in
man/Makefile.in
sbr/Makefile.in
uip/Makefile.in