From ea1872f2e4ee65a959f3aa75078e414c355f9739 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Wed, 20 Oct 2010 16:43:57 -0400 Subject: [PATCH] Bug 605414 - Localized desktop Fennec build doesn't ship /services directory in l10n (part 2) [r=pike] --- mobile/locales/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/locales/Makefile.in b/mobile/locales/Makefile.in index e6c51b449322..f08883fe7fb0 100644 --- a/mobile/locales/Makefile.in +++ b/mobile/locales/Makefile.in @@ -109,6 +109,7 @@ clobber-zip: libs-%: $(NSINSTALL) -D $(DIST)/install @$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1 + @$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1 @$(MAKE) -B bookmarks.json AB_CD=$* @$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$* @$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/preferences BOTH_MANIFESTS=1