summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-19 02:00:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-19 02:00:56 +0000
commitebb8b63112e81c385b1b0b11a623d26ebe405ddd (patch)
treecb04ca5523b4fc6a7e2c27c3485757c7ea35c8ee /configure
parentb0c1710aa00bfc22223c674a65e3ee417567f3ae (diff)
downloadmpv-ebb8b63112e81c385b1b0b11a623d26ebe405ddd.tar.bz2
mpv-ebb8b63112e81c385b1b0b11a623d26ebe405ddd.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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