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 \
27 po/remove-potcdate.sin \
30 MAINTAINERCLEANFILES = \
33 $(srcdir)/aclocal.m4 \
35 $(srcdir)/config.guess \
36 $(srcdir)/config.h.in \
37 $(srcdir)/config.rpath \
38 $(srcdir)/config.sub \
40 $(srcdir)/install-sh \
43 $(srcdir)/mkinstalldirs \
45 `find "$(srcdir)" -type f -name Makefile.in -print` \
46 `find "m4" -type f -name "*.m4" -print` \
47 po/Makevars.template \
50 po/en@boldquot.header \
52 po/insert-header.sin \
55 po/remove-potcdate.sin \
59 if test "x$(srcdir)" = "x."; then :; else \
65 @if test -d "$(srcdir)/.git"; then \
66 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | 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 >> $@); \
79 -include $(top_srcdir)/git.mk