41054: Bundle 2-3 language packs with Seamonkey. r=jbetak.

This commit is contained in:
tao%netscape.com 2000-06-22 03:36:02 +00:00
parent 0c08e26157
commit 34d74af33b
2 changed files with 19 additions and 1 deletions

View File

@ -137,7 +137,7 @@ pull_and_build_all: pull_all depend build_all
pull_clobber_and_build_all: pull_all clobber_all build_all
pull_all: pull_nspr pull_psm pull_ldapcsdk pull_seamonkey
pull_all: pull_nspr pull_psm pull_ldapcsdk pull_seamonkey pull_l10n
pull_nspr: pull_clientmak
cd $(MOZ_SRC)\.
@ -160,6 +160,23 @@ pull_seamonkey: pull_clientmak
cd $(MOZ_SRC)\.
$(CVSCO) SeaMonkeyAll
pull_l10n:
cd $(MOZ_SRC)\.
!if defined(MOZ_LANGPACKS)
$(CVSCO) mozilla/l10n/langpacks
!else
$(CVSCO) mozilla/l10n/makefile.win
$(CVSCO) mozilla/l10n/langpacks/makefile.win
$(CVSCO) mozilla/l10n/langpacks/en-GB/makefile.win
$(CVSCO) mozilla/l10n/langpacks/en-GB/theme.mk
$(CVSCO) mozilla/l10n/langpacks/en-GB/chrome/makefile.win
$(CVSCO) mozilla/l10n/langpacks/en-GB/chrome/en-GB/makefile.win
$(CVSCO) mozilla/l10n/langpacks/en-GB/chrome/en-GB/manifest.rdf
$(CVSCO) mozilla/l10n/langpacks/en-GB/defaults/makefile.win
$(CVSCO) mozilla/l10n/langpacks/en-GB/defaults/profile/makefile.win
$(CVSCO) mozilla/l10n/langpacks/en-GB/defaults/profile/en-GB
!endif
pull_clientmak:
cd $(MOZ_SRC)\.
$(CVSCO) mozilla/client.mak

View File

@ -92,6 +92,7 @@ DIRS = \
xpfe \
xpinstall \
extensions \
l10n \
themes \
!if !defined(DISABLE_MAILNEWS)
mailnews \