diff --git a/mailnews/base/prefs/resources/locale/en-US/MANIFEST b/mailnews/base/prefs/resources/locale/en-US/MANIFEST index 845c64eb8f6f..15c299f86720 100644 --- a/mailnews/base/prefs/resources/locale/en-US/MANIFEST +++ b/mailnews/base/prefs/resources/locale/en-US/MANIFEST @@ -39,6 +39,7 @@ am-advanced.dtd am-imap-advanced.dtd am-copies.dtd am-main.dtd +am-identity-advanced.dtd am-server-top.dtd prefs.properties am-serverwithnoidentities.dtd diff --git a/mailnews/base/prefs/resources/locale/en-US/Makefile.in b/mailnews/base/prefs/resources/locale/en-US/Makefile.in index c76d5872d746..9369ac32241e 100644 --- a/mailnews/base/prefs/resources/locale/en-US/Makefile.in +++ b/mailnews/base/prefs/resources/locale/en-US/Makefile.in @@ -48,6 +48,7 @@ EXPORT_RESOURCE_SAMPLES = \ am-imap-advanced.dtd \ am-copies.dtd \ am-main.dtd \ + am-identity-advanced.dtd \ am-server-top.dtd \ prefs.properties \ am-serverwithnoidentities.dtd \ diff --git a/mailnews/base/prefs/resources/locale/en-US/am-identity-advanced.dtd b/mailnews/base/prefs/resources/locale/en-US/am-identity-advanced.dtd new file mode 100644 index 000000000000..1f3c9eab5f7b --- /dev/null +++ b/mailnews/base/prefs/resources/locale/en-US/am-identity-advanced.dtd @@ -0,0 +1,3 @@ + + + diff --git a/mailnews/base/prefs/resources/locale/en-US/makefile.win b/mailnews/base/prefs/resources/locale/en-US/makefile.win index a879b939a272..ca6811e52c7f 100644 --- a/mailnews/base/prefs/resources/locale/en-US/makefile.win +++ b/mailnews/base/prefs/resources/locale/en-US/makefile.win @@ -45,6 +45,7 @@ install:: $(MAKE_INSTALL) am-imap-advanced.dtd $(DISTBROWSER) $(MAKE_INSTALL) am-copies.dtd $(DISTBROWSER) $(MAKE_INSTALL) am-main.dtd $(DISTBROWSER) + $(MAKE_INSTALL) am-identity-advanced.dtd $(DISTBROWSER) $(MAKE_INSTALL) am-server-top.dtd $(DISTBROWSER) $(MAKE_INSTALL) prefs.properties $(DISTBROWSER) $(MAKE_INSTALL) am-serverwithnoidentities.dtd $(DISTBROWSER) @@ -71,6 +72,7 @@ clobber:: rm -f $(DIST)\bin\chrome\messenger\locale\en-US\am-imap-advanced.dtd rm -f $(DIST)\bin\chrome\messenger\locale\en-US\am-copies.dtd rm -f $(DIST)\bin\chrome\messenger\locale\en-US\am-main.dtd + rm -f $(DIST)\bin\chrome\messenger\locale\en-US\am-identity-advanced.dtd rm -f $(DIST)\bin\chrome\messenger\locale\en-US\am-server-top.dtd rm -f $(DIST)\bin\chrome\messenger\locale\en-US\prefs.properties rm -f $(DIST)\bin\chrome\messenger\locale\en-US\am-serverwithnoidentities.dtd