Account confirmers, Anti-spam team, canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,083
edits
(Move list for getting mailsuite to work into wiki) |
mNo edit summary |
||
Line 73: | Line 73: | ||
EXPAND_LOCALE_SRCDIR = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/../$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1))) | EXPAND_LOCALE_SRCDIR = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/../$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1))) | ||
EXPAND_LOCALE_SRCDIR_PLATFORM = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1))) | EXPAND_LOCALE_SRCDIR_PLATFORM = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1))) | ||
* still mail/locales/Makefile.in: | * still mail/locales/Makefile.in: change line 132 to use the latter expansion macro; prefix "mailnews" in line 104 with "../" | ||
* mail/base/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side) | * mail/base/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side) | ||
* mail/components/compose/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side) | * mail/components/compose/jar.mn: replace /mailnews/ with /../mailnews/ (right-hand side) |
edits