15 SUBDIRS += thumbnailer
24 pkgconfigdir = $(libdir)/pkgconfig
26 evince-document-$(EV_API_VERSION).pc \
27 evince-view-$(EV_API_VERSION).pc \
30 headerdir = $(includedir)/evince/$(EV_API_VERSION)
38 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
44 gnome-doc-utils.make \
48 gnome-doc-utils.make \
53 ACLOCAL_AMFLAGS = -I m4
55 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-shave
57 # Ignore scrollkeeper issues for now. @#*$& scrollkeeper
58 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf
61 if test "$(srcdir)" = "."; then :; else \
67 @if test -d "$(srcdir)/.git"; then \
68 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
71 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
72 (test -f $@ || echo git log is required to generate this file >> $@)); \
75 (echo A git checkout and git log is required to generate ChangeLog >&2 && \
76 echo A git checkout and git log is required to generate this file >> $@); \