INTEGRATION: CWS withlang (1.46.14); FILE MERGED

2004/10/23 19:11:10 pjanik 1.46.14.1: #i31784#: simplify handling of languages. Add dmake languages target.
This commit is contained in:
Pascal Junck 2004-10-27 14:23:02 +00:00
parent b7eab85c77
commit 5c0df74359

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.rc,v $
#
# $Revision: 1.46 $
# $Revision: 1.47 $
#
# last change: $Author: rt $ $Date: 2004-09-08 15:24:05 $
# last change: $Author: pjunck $ $Date: 2004-10-27 15:23:02 $
#
# Bugs: 'update' tag will not change you from one release to another.
# See webpages to checkout OpenOffice.org from you office directory.
@ -255,5 +255,13 @@ frmwrk: dtrans framework chaos i18n uui xmloff setup2 scptools scp \
.INCLUDE : target.mk
.ENDIF #"$(checkout)"==""
#
# print languages configured to build
#
languages:
@+-echo Configured languages: $(alllangiso)
#*************************************************************************