From 9ceff89560476055bf00c8c0e89d0f90c1af75de Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 8 Sep 2004 12:59:48 +0000 Subject: fix the build errors, sorry for the inconvenience CVS patchset: 6948 CVS date: 2004/09/08 12:59:48 --- doc/faq/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/faq') diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index 311be2615..7b602a5b8 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -20,11 +20,11 @@ clean-docs: test "x$(srcdir)" = x. || rm -f faq.sgml dist-hook: -ifndef distcheck_lax - @$(MAKE) fail_if_missing=yes docs -else - @$(MAKE) docs -endif + @if test x"$(distcheck_lax)" = x ; then \ + $(MAKE) fail_if_missing=yes docs ; \ + else \ + $(MAKE) docs ; \ + fi if HAVE_SGMLTOOLS faq.html: faq.sgml -- cgit v1.2.3