1 SUBDIRS = src test data po windows help tools doc
14 gnome-doc-utils.make \
21 .PHONY: 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; \
28 dist-hook: viking.spec generate-changelog
29 cp $(top_builddir)/viking.spec $(distdir)
31 MAINTAINERCLEANFILES = \
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'