Author: hdu
Date: Mon Jun 23 14:52:43 2014
New Revision: 1604826

URL: http://svn.apache.org/r1604826
Log:
#i125145# build helpcontent only for enabled languages

and treat AOO's default language en-US as always enable to allow that languages
with only partially translated helpcontent can be used with the default language
as fallback.

Modified:
    openoffice/trunk/main/helpcontent2/source/auxiliary/makefile.mk

Modified: openoffice/trunk/main/helpcontent2/source/auxiliary/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/helpcontent2/source/auxiliary/makefile.mk?rev=1604826&r1=1604825&r2=1604826&view=diff
==============================================================================
--- openoffice/trunk/main/helpcontent2/source/auxiliary/makefile.mk (original)
+++ openoffice/trunk/main/helpcontent2/source/auxiliary/makefile.mk Mon Jun 23 
14:52:43 2014
@@ -47,7 +47,7 @@ TREEFILES  = \
 ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst
 
 .IF "$(WITH_LANG)"!=""
-t_aux_langdirs:=$(shell @find ./ -name "*.cfg" | sed "s/\.\/\///" | sed 
"s/\.\///" )
+t_aux_langdirs:=$(shell @find $(WITH_LANG) en-US -name "*.cfg" | sed 
"s/\.\/\///" | sed "s/\.\///" )
 
 aux_langdirs:=$(uniq $(t_aux_langdirs:d:d))
 


Reply via email to