From ebb8b63112e81c385b1b0b11a623d26ebe405ddd Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 19 Jul 2008 02:00:56 +0000 Subject: Only build the documentation in the languages requested from configure. Fixes Bugzilla #978. inspired by a patch from Jonas Berlin, bugs outerspace.dyndns org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27328 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 0bf2624401..3222e245d0 100755 --- a/configure +++ b/configure @@ -7623,6 +7623,9 @@ cat > config.mak << EOF # Ensure that locale settings do not interfere with shell commands. export LC_ALL = C +DOC_LANG = $doc_lang +DOC_LANGS = $doc_langs +DOC_LANG_ALL = $doc_lang_all MAN_LANG = $man_lang MAN_LANGS = $man_langs MAN_LANG_ALL = $man_lang_all -- cgit v1.2.3