1 ACLOCAL_AMFLAGS = -I m4
15 DISTCHECK_CONFIGURE_FLAGS = --enable-docs
20 po/Makevars.template \
23 po/en@boldquot.header \
25 po/insert-header.sin \
28 po/remove-potcdate.sin \
31 MAINTAINERCLEANFILES = \
34 $(srcdir)/aclocal.m4 \
36 $(srcdir)/config.guess \
37 $(srcdir)/config.h.in \
38 $(srcdir)/config.rpath \
39 $(srcdir)/config.sub \
41 $(srcdir)/install-sh \
44 $(srcdir)/mkinstalldirs \
46 `find "$(srcdir)" -type f -name Makefile.in -print` \
47 `find "m4" -type f -name "*.m4" -print` \
48 po/Makevars.template \
51 po/en@boldquot.header \
53 po/insert-header.sin \
56 po/remove-potcdate.sin \
60 if test "x$(srcdir)" = "x."; then :; else \
66 @if test -d "$(srcdir)/.git"; then \
67 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
70 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
71 (test -f $@ || echo git-log is required to generate this file >> $@)); \
74 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
75 echo A git checkout and git-log is required to generate this file >> $@); \
80 -include $(top_srcdir)/git.mk