diff --git a/mozilla/profile/pref-migrator/resources/content/MANIFEST b/mozilla/profile/pref-migrator/resources/content/MANIFEST index 61f3305a54c..66a1151f84e 100644 --- a/mozilla/profile/pref-migrator/resources/content/MANIFEST +++ b/mozilla/profile/pref-migrator/resources/content/MANIFEST @@ -1,2 +1,4 @@ profileMigrationProgress.js profileMigrationProgress.xul +no_space.xul +no_space.js diff --git a/mozilla/profile/pref-migrator/resources/content/Makefile.in b/mozilla/profile/pref-migrator/resources/content/Makefile.in index de9c9281803..af1488135eb 100644 --- a/mozilla/profile/pref-migrator/resources/content/Makefile.in +++ b/mozilla/profile/pref-migrator/resources/content/Makefile.in @@ -30,6 +30,8 @@ include $(DEPTH)/config/autoconf.mk FILES = \ profileMigrationProgress.js \ profileMigrationProgress.xul \ + no_space.xul \ + no_space.js \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/profile/pref-migrator/resources/content/makefile.win b/mozilla/profile/pref-migrator/resources/content/makefile.win index 1e5ca356266..02f59e3b219 100644 --- a/mozilla/profile/pref-migrator/resources/content/makefile.win +++ b/mozilla/profile/pref-migrator/resources/content/makefile.win @@ -27,6 +27,8 @@ include <$(DEPTH)\config\rules.mak> FILES=\ profileMigrationProgress.js \ profileMigrationProgress.xul \ + no_space.xul \ + no_space.js \ $(NULL) install:: diff --git a/mozilla/profile/pref-migrator/resources/locale/en-US/MANIFEST b/mozilla/profile/pref-migrator/resources/locale/en-US/MANIFEST index 7faaa8999c2..d21fd542ebe 100644 --- a/mozilla/profile/pref-migrator/resources/locale/en-US/MANIFEST +++ b/mozilla/profile/pref-migrator/resources/locale/en-US/MANIFEST @@ -1 +1,2 @@ profileMigrationProgress.dtd +no_space.dtd diff --git a/mozilla/profile/pref-migrator/resources/locale/en-US/Makefile.in b/mozilla/profile/pref-migrator/resources/locale/en-US/Makefile.in index 0ce3e907525..80eccfa9cf6 100644 --- a/mozilla/profile/pref-migrator/resources/locale/en-US/Makefile.in +++ b/mozilla/profile/pref-migrator/resources/locale/en-US/Makefile.in @@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk FILES = \ profileMigrationProgress.dtd \ + no_space.dtd \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/profile/pref-migrator/resources/locale/en-US/makefile.win b/mozilla/profile/pref-migrator/resources/locale/en-US/makefile.win index 291dd7e7e54..7a446aa6f6c 100644 --- a/mozilla/profile/pref-migrator/resources/locale/en-US/makefile.win +++ b/mozilla/profile/pref-migrator/resources/locale/en-US/makefile.win @@ -25,6 +25,7 @@ include <$(DEPTH)\config\rules.mak> FILES=\ profileMigrationProgress.dtd \ + no_space.dtd \ $(NULL) install::