* Makefile.am: add 'make gitcheck'; bump database schema version

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-21 16:06:16 +02:00
parent 45ebbd3ff3
commit c1203dd047
2 changed files with 10 additions and 1 deletions

View File

@ -49,6 +49,15 @@ line33:
fixme:
@grep -i 'FIXME\|TODO' `find src -type f`
# check whether we can run make distcheck from the repo version
gitcheck:
cd `mktemp -d`; \
git clone git://gitorious.org/mu/mu-ng.git ; \
cd mu-ng ; \
autoreconf -i ;\
./configure ; \
make distcheck
EXTRA_DIST= \
TODO \