From d6d81df3a19561b448f40a329b3443faac74166c Mon Sep 17 00:00:00 2001 From: sb Date: Tue, 4 Aug 2009 10:36:31 +0200 Subject: #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd) --- scp2/macros/macro.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scp2/macros/macro.pl') diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl index 53bf047d9e98..43a00f4fe411 100644 --- a/scp2/macros/macro.pl +++ b/scp2/macros/macro.pl @@ -138,9 +138,9 @@ sub write_DIR_IDENT_ALL_LANG sub write_EXTRA_ALL_LANG { - print OUTFILE "#define EXTRA_ALL_LANG(name) "; + print OUTFILE "#define EXTRA_ALL_LANG(name,ext) "; foreach $lang (@completelangiso) { - print OUTFILE "\\\n\tName ($lang) = EXTRAFILENAME(name,_$lang)"; + print OUTFILE "\\\n\tName ($lang) = CONFIGLANGFILENAME(name,_$lang,ext)"; print OUTFILE "; " if ( $lang ne $completelangiso[$#completelangiso]); } print OUTFILE "\n\n"; -- cgit capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/Library_ucppkg1.mk
AgeCommit message (Expand)Author