diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-21 16:06:16 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-21 16:06:16 +0200 |
| commit | c1203dd047b515597c3dad060686b77e85b64a89 (patch) | |
| tree | 938bfeda00091eaa110df873884e3e25c377c019 /Makefile.am | |
| parent | 45ebbd3ff3d5f423a762c42625473381403c0f10 (diff) | |
* Makefile.am: add 'make gitcheck'; bump database schema version
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5f841dd..771bab4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |
