]> git.street.me.uk Git - andy/viking.git/blame - Makefile.am
Add OpenTopoMap example
[andy/viking.git] / Makefile.am
CommitLineData
306ab474 1SUBDIRS = src test data po win32 help tools doc
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 = \
25325f8d 13 HACKING \
26b1b55e
GS
14 gnome-doc-utils.make \
15 ChangeLog.0 \
16 viking.spec \
0edf62b8 17 mingw-viking.spec \
b0678771 18 mingw64-viking.spec \
26b1b55e 19 $(INTLTOOL)
af2740eb 20
a65476dc
GB
21.PHONY: generate-changelog
22generate-changelog:
23 if test -d $(top_srcdir)/.git; then \
24 cd $(top_srcdir) ; sh $(top_srcdir)/maintainer/git2changelog.sh > $(distdir)/c-l; \
25 mv $(distdir)/c-l $(distdir)/ChangeLog; \
26 fi
27
28dist-hook: viking.spec generate-changelog
af2740eb 29 cp $(top_builddir)/viking.spec $(distdir)
d700ee38 30
39aca0dd
GS
31MAINTAINERCLEANFILES = \
32 gnome-doc-utils.make
33
a5daec1c
GB
34DISTCLEANFILES = \
35 intltool-extract \
36 intltool-merge \
37 intltool-update
f8dfe1b9
GB
38
39ACLOCAL_AMFLAGS = -I m4
f8b8a0b5
GB
40
41DISTCHECK_CONFIGURE_FLAGS = \
42 --disable-scrollkeeper
69dce334
RN
43
44# Ignore gtk theme cache files on distcheck
45distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'