]> git.street.me.uk Git - andy/viking.git/blame - Makefile.am
Limit the size of GPS Babel 'friendly' labels since they can be really long.
[andy/viking.git] / Makefile.am
CommitLineData
29f1598c 1SUBDIRS = src test data doc po help
a5daec1c
GB
2
3INTLTOOL = \
4 intltool-extract.in \
5 intltool-merge.in \
6 intltool-update.in
734652bf 7
34278722
GB
8full:
9 ./autogen.sh
34278722
GB
10 make
11
af2740eb 12EXTRA_DIST = \
26b1b55e
GS
13 gnome-doc-utils.make \
14 ChangeLog.0 \
15 viking.spec \
16 $(INTLTOOL)
af2740eb 17
a65476dc
GB
18.PHONY: generate-changelog
19generate-changelog:
20 if test -d $(top_srcdir)/.git; then \
21 cd $(top_srcdir) ; sh $(top_srcdir)/maintainer/git2changelog.sh > $(distdir)/c-l; \
22 mv $(distdir)/c-l $(distdir)/ChangeLog; \
23 fi
24
25dist-hook: viking.spec generate-changelog
af2740eb 26 cp $(top_builddir)/viking.spec $(distdir)
d700ee38 27
39aca0dd
GS
28MAINTAINERCLEANFILES = \
29 gnome-doc-utils.make
30
a5daec1c
GB
31DISTCLEANFILES = \
32 intltool-extract \
33 intltool-merge \
34 intltool-update
f8dfe1b9
GB
35
36ACLOCAL_AMFLAGS = -I m4
f8b8a0b5
GB
37
38DISTCHECK_CONFIGURE_FLAGS = \
39 --disable-scrollkeeper
69dce334
RN
40
41# Ignore gtk theme cache files on distcheck
42distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'