]> git.street.me.uk Git - andy/viking.git/blame - Makefile.am
Ensure thumbnails are created when opening JPG files.
[andy/viking.git] / Makefile.am
CommitLineData
a07e9f61
RN
1# Optionally build documentation bits
2if VIKING_DOC
d7603eb2 3 DO_DOCS = "doc"
a07e9f61 4endif
33d41053 5SUBDIRS = src test data po win32 help tools $(DO_DOCS)
a5daec1c
GB
6
7INTLTOOL = \
8 intltool-extract.in \
9 intltool-merge.in \
10 intltool-update.in
734652bf 11
34278722
GB
12full:
13 ./autogen.sh
34278722
GB
14 make
15
af2740eb 16EXTRA_DIST = \
26b1b55e
GS
17 gnome-doc-utils.make \
18 ChangeLog.0 \
19 viking.spec \
20 $(INTLTOOL)
af2740eb 21
a65476dc
GB
22.PHONY: generate-changelog
23generate-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
29dist-hook: viking.spec generate-changelog
af2740eb 30 cp $(top_builddir)/viking.spec $(distdir)
d700ee38 31
39aca0dd
GS
32MAINTAINERCLEANFILES = \
33 gnome-doc-utils.make
34
a5daec1c
GB
35DISTCLEANFILES = \
36 intltool-extract \
37 intltool-merge \
38 intltool-update
f8dfe1b9
GB
39
40ACLOCAL_AMFLAGS = -I m4
f8b8a0b5
GB
41
42DISTCHECK_CONFIGURE_FLAGS = \
43 --disable-scrollkeeper
69dce334
RN
44
45# Ignore gtk theme cache files on distcheck
46distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'