diff configure @ 27296:a316bc1ea84d

Only build the documentation in the languages requested from configure. Fixes Bugzilla #978. inspired by a patch from Jonas Berlin, bugs outerspace.dyndns org
author diego
date Sat, 19 Jul 2008 02:00:56 +0000
parents 910e475d3a2f
children b9af28b39daf
line wrap: on
line diff
--- a/configure	Fri Jul 18 16:04:31 2008 +0000
+++ b/configure	Sat Jul 19 02:00:56 2008 +0000
@@ -7623,6 +7623,9 @@
 # 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