diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-10-09 13:44:09 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-10-13 12:57:34 +0100 |
commit | 02f4a142e7bd03a294b1070896907189c7db85cd (patch) | |
tree | 80fb39a2548dfc473e3d37339c77f4a95d2ba895 /Makefile.am | |
parent | 3c5448034ad55cf9961db6f10799b2bb3dd74fec (diff) |
Move "common" top-level Makefile stuff to tools/telepathy.am for easier sharing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am index 9feebc760..25670f0da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,20 +14,4 @@ check-local:: egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/telepathy-glib/*.[ch] \ > FIXME.out || true -# Use git log --stat if it works, else plain git log -dist-hook: - chmod u+w ${distdir}/ChangeLog - if test -d ${top_srcdir}/.git; then \ - git log --stat > ${distdir}/ChangeLog || \ - git log > ${distdir}/ChangeLog; \ - fi - -if OFFICIAL_RELEASE -maintainer-upload-release: - test -f telepathy-glib-@VERSION@.tar.gz - test -f telepathy-glib-@VERSION@.tar.gz.asc - gpg --verify telepathy-glib-@VERSION@.tar.gz.asc - rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX docs/reference/html/ \ - telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib - rsync -vzP telepathy-glib-@VERSION@.tar.gz telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-glib/ -endif +include tools/telepathy.am |