From 12bcd4246b47c9e4886f5a458a34f3e8453da2d1 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 10 May 2004 21:29:44 +0000 Subject: distcheck-lax target to make distchecks without forcing documentations rebuild, which requires a full docbook/sgml toolchain CVS patchset: 6516 CVS date: 2004/05/10 21:29:44 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index ceac245e1..01b41a7b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,9 @@ CONFIG_CLEAN_FILES = libtool-nofpic docs: @cd doc && $(MAKE) $@ +distcheck-lax: + @$(MAKE) docs + @$(MAKE) distcheck SGMLTOOLS=: FIG2DEV=: pass1: @$(MAKE) MULTIPASS_CFLAGS='$(PASS1_CFLAGS)' -- cgit v1.2.3