* ChangeLog: New file.
* install.sh: Regenerate it, install it.
/.config.make
/.store
/.tarball-version
/.config.make
/.store
/.tarball-version
#keep this: bootstrap
#/mes.mes
#keep this: bootstrap
#/mes.mes
--- /dev/null
+Normally a ChangeLog is generated at "make dist" time and available in
+source tarballs.
+
+If not, see the Git commit log at <http://gitlab.com/janneke/mes/>.
+ifdef PERL
+export PERL
+endif
+
ifdef TCC
export TCC
endif
ifdef TCC
export TCC
endif
+
+if [ -n "$PERL" -a -n "$GIT" ]\
+ && $PERL -v > /dev/null\
+ && $GIT --status > /dev/null; then
+ $PERL build-aux/gitlog-to-changelog --srcdir=. > ChangeLog
+fi
+
cp\
AUTHORS\
BOOTSTRAP\
COPYING\
cp\
AUTHORS\
BOOTSTRAP\
COPYING\