]> git.street.me.uk Git - andy/viking.git/blame - Makefile.am
Update translations from launchpad
[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
QT
14EXTRA_DIST = \
15 viking-remote \
a5daec1c
GB
16 viking.spec \
17 $(INTLTOOL)
af2740eb 18
a65476dc
GB
19.PHONY: generate-changelog
20generate-changelog:
21 if test -d $(top_srcdir)/.git; then \
22 cd $(top_srcdir) ; sh $(top_srcdir)/maintainer/git2changelog.sh > $(distdir)/c-l; \
23 mv $(distdir)/c-l $(distdir)/ChangeLog; \
24 fi
25
26dist-hook: viking.spec generate-changelog
af2740eb 27 cp $(top_builddir)/viking.spec $(distdir)
d700ee38 28
a5daec1c
GB
29DISTCLEANFILES = \
30 intltool-extract \
31 intltool-merge \
32 intltool-update
f8dfe1b9
GB
33
34ACLOCAL_AMFLAGS = -I m4