]> git.street.me.uk Git - andy/viking.git/blob - Makefile.am
Add trackpoint message output option value of the distance to the end of the track.
[andy/viking.git] / Makefile.am
1 # Optionally build documentation bits
2 if VIKING_DOC
3         DO_DOCS = "doc"
4 endif
5 SUBDIRS = src test data po win32 help tools $(DO_DOCS)
6
7 INTLTOOL = \
8         intltool-extract.in \
9         intltool-merge.in \
10         intltool-update.in
11
12 full:
13         ./autogen.sh
14         make
15
16 EXTRA_DIST = \
17         gnome-doc-utils.make \
18         ChangeLog.0 \
19         viking.spec \
20         $(INTLTOOL)
21
22 .PHONY: generate-changelog
23 generate-changelog:
24         if test -d $(top_srcdir)/.git; then \
25           cd $(top_srcdir) ; sh $(top_srcdir)/maintainer/git2changelog.sh > $(distdir)/c-l; \
26           mv $(distdir)/c-l $(distdir)/ChangeLog; \
27         fi
28
29 dist-hook: viking.spec generate-changelog
30         cp $(top_builddir)/viking.spec $(distdir)
31
32 MAINTAINERCLEANFILES = \
33         gnome-doc-utils.make
34
35 DISTCLEANFILES = \
36         intltool-extract \
37         intltool-merge \
38         intltool-update
39
40 ACLOCAL_AMFLAGS = -I m4
41
42 DISTCHECK_CONFIGURE_FLAGS = \
43         --disable-scrollkeeper
44
45 # Ignore gtk theme cache files on distcheck
46 distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'