Add missing trailing dot in sentences
[viking/guyou.git] / Makefile.am
blobc12219d0b31d1b7b5caab62dde37e58869342488
1 SUBDIRS = src test data po windows help tools doc
3 INTLTOOL = \
4         intltool-extract.in \
5         intltool-merge.in \
6         intltool-update.in
8 full:
9         ./autogen.sh
10         make
12 EXTRA_DIST = \
13         HACKING \
14         gnome-doc-utils.make \
15         ChangeLog.0 \
16         viking.spec \
17         mingw-viking.spec \
18         mingw64-viking.spec \
19         $(INTLTOOL)
21 .PHONY: generate-changelog
22 generate-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
28 dist-hook: viking.spec generate-changelog
29         cp $(top_builddir)/viking.spec $(distdir)
31 MAINTAINERCLEANFILES = \
32         gnome-doc-utils.make
34 DISTCLEANFILES = \
35         intltool-extract \
36         intltool-merge \
37         intltool-update
39 ACLOCAL_AMFLAGS = -I m4
41 DISTCHECK_CONFIGURE_FLAGS = \
42         --disable-scrollkeeper
44 # Ignore gtk theme cache files on distcheck
45 distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'