summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-05-10 21:29:44 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-05-10 21:29:44 +0000
commit12bcd4246b47c9e4886f5a458a34f3e8453da2d1 (patch)
tree8413dc5f715dd7cb5f2016ee90ad5ad3864566c9
parent936fecca520b0c953d6a4c1bd7826cb98add0815 (diff)
downloadxine-lib-12bcd4246b47c9e4886f5a458a34f3e8453da2d1.tar.gz
xine-lib-12bcd4246b47c9e4886f5a458a34f3e8453da2d1.tar.bz2
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
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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)'