From 2b27f63a2b49c57e83a82bc4966fadde02b62f1d Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 31 Aug 2007 15:48:38 -0400 Subject: [PATCH] fix 'make distcheck' by avoiding with man pages on distcheck --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8a062fa..f925874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,5 +23,8 @@ $(srcdir)/ChangeLog: EXTRA_DIST = HACKING mkinstalldirs ChangeLog +# xsltproc barfs on 'make distcheck'; disable for now +DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages + clean-local : rm -f *~ -- 2.7.4