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 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-shave
55 # Ignore scrollkeeper issues for now. @#*$& scrollkeeper
56 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf
59 if test "$(srcdir)" = "."; then :; else \
65 @if test -d "$(srcdir)/.git"; then \
66 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
69 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
70 (test -f $@ || echo git log is required to generate this file >> $@)); \
73 (echo A git checkout and git log is required to generate ChangeLog >&2 && \
74 echo A git checkout and git log is required to generate this file >> $@); \