Tag: cws_oog680_rpt23fix05 User: oj Date: 2007-08-27 08:19:00+0000 Modified: dba/reportdesign/util/makefile.mk
Log: #i80529# apply patch for alllingiso File Changes: Directory: /dba/reportdesign/util/ ================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/util/makefile.mk?r1=1.3.4.1.4.3&r2=1.3.4.1.4.4 Delta lines: +4 -4 ------------------- --- makefile.mk 2007-08-27 08:08:38+0000 1.3.4.1.4.3 +++ makefile.mk 2007-08-27 08:18:57+0000 1.3.4.1.4.4 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3.4.1.4.3 $ +# $Revision: 1.3.4.1.4.4 $ # -# last change: $Author: oj $ $Date: 2007/08/27 08:08:38 $ +# last change: $Author: oj $ $Date: 2007/08/27 08:18:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -218,10 +218,10 @@ $(ZIP1DIR)$/readme_en-US.txt .IF "$(GUI)"!="WNT" -TXTFILES:=$(foreach,i,$(WITH_LANG) $(ZIP1DIR)$/registration$/LICENSE_$i) +TXTFILES:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registration$/LICENSE_$i) LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,LICENSE_, $(i:f))" license-id="$(subst,LICENSE_, $(i:f))" />) .ELSE # "$(GUI)"!="WNT" -TXTFILES:=$(foreach,i,$(WITH_LANG) $(ZIP1DIR)$/registration$/license_$i.txt) +TXTFILES:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registration$/license_$i.txt) LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,.txt, $(subst,license_, $(i:f)))" license-id="$(subst,.txt, $(subst,license_, $(i:f)))" />) .ENDIF # "$(GUI)"!="WNT" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
