Tag: cws_oog680_rpt23fix05 User: oj Date: 2007-08-27 08:08:40+0000 Modified: dba/reportdesign/util/makefile.mk
Log: #i81019# add license id 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.2&r2=1.3.4.1.4.3 Delta lines: +4 -4 ------------------- --- makefile.mk 2007-08-27 05:38:52+0000 1.3.4.1.4.2 +++ makefile.mk 2007-08-27 08:08:38+0000 1.3.4.1.4.3 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3.4.1.4.2 $ +# $Revision: 1.3.4.1.4.3 $ # -# last change: $Author: oj $ $Date: 2007/08/27 05:38:52 $ +# last change: $Author: oj $ $Date: 2007/08/27 08:08:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -219,10 +219,10 @@ .IF "$(GUI)"!="WNT" TXTFILES:=$(foreach,i,$(WITH_LANG) $(ZIP1DIR)$/registration$/LICENSE_$i) -LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,LICENSE_, $(i:f))" />) +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) -LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,.txt, $(subst,license_, $(i:f)))" />) +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" REPRORTJARFILES := \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
