* make-dist: New script for preparing release tarballs.

This commit is contained in:
Дмитрий Левин 2009-10-09 23:15:16 +00:00
parent 81dfcfb18b
commit ac26068861

8
make-dist Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
git clone -s .git tmpdir
cd tmpdir
./git-set-file-times
autoreconf -i
./configure --enable-maintainer-mode
make distcheck