[MPlayer-cvslog] r27328 - in trunk: DOCS/xml/Makefile configure

diego subversion at mplayerhq.hu
Sat Jul 19 04:00:56 CEST 2008


Author: diego
Date: Sat Jul 19 04:00:56 2008
New Revision: 27328

Log:
Only build the documentation in the languages requested from configure.
Fixes Bugzilla #978.
inspired by a patch from Jonas Berlin, bugs outerspace.dyndns org


Modified:
   trunk/configure

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Jul 19 04:00:56 2008
@@ -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



More information about the MPlayer-cvslog mailing list