summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 03b7d3a530a9cbd14ebf9738e77ace9af5d7b3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = m4 tools spec telepathy-glib tests docs

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug

pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = telepathy-glib.pc telepathy-glib-unstable.pc

EXTRA_DIST = \
    check-coding-style.mk \
    check-c-style.sh \
    check-whitespace.sh \
    gtk-doc.make

CLEANFILES = FIXME.out

check-local::
	egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/telepathy-glib/*.[ch] \
		> FIXME.out || true

dist-hook:
	chmod u+w ${distdir}/ChangeLog
	if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi

maintainer-upload-docs:
	rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX docs/reference/html/ \
		telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib