]> git.street.me.uk Git - andy/viking.git/blame - Makefile.am
Move GoogleSearch to new framework
[andy/viking.git] / Makefile.am
CommitLineData
a5daec1c
GB
1SUBDIRS = src test doc po
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
0912fc7e
EB
12bin_SCRIPTS = viking-remote
13
af2740eb 14EXTRA_DIST = \
a5f62c88 15 ChangeLog.0 \
af2740eb 16 viking-remote \
a5daec1c
GB
17 viking.spec \
18 $(INTLTOOL)
af2740eb 19
a65476dc
GB
20.PHONY: generate-changelog
21generate-changelog:
22 if test -d $(top_srcdir)/.git; then \
23 cd $(top_srcdir) ; sh $(top_srcdir)/maintainer/git2changelog.sh > $(distdir)/c-l; \
24 mv $(distdir)/c-l $(distdir)/ChangeLog; \
25 fi
26
27dist-hook: viking.spec generate-changelog
af2740eb 28 cp $(top_builddir)/viking.spec $(distdir)
d700ee38 29
a5daec1c
GB
30DISTCLEANFILES = \
31 intltool-extract \
32 intltool-merge \
33 intltool-update
f8dfe1b9
GB
34
35ACLOCAL_AMFLAGS = -I m4