diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-10 21:29:44 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-10 21:29:44 +0000 |
commit | 12bcd4246b47c9e4886f5a458a34f3e8453da2d1 (patch) | |
tree | 8413dc5f715dd7cb5f2016ee90ad5ad3864566c9 | |
parent | 936fecca520b0c953d6a4c1bd7826cb98add0815 (diff) | |
download | xine-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.am | 3 |
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)' |