From ea876774ce365e4e68c67fef99c081f86a2bc618 Mon Sep 17 00:00:00 2001 From: "dbragg%netscape.com" Date: Tue, 11 Jul 2000 19:26:09 +0000 Subject: [PATCH] makefile and MANIFEST file changes to display out-of-space dialog. Fix for bug#36249. r=racham@netscape.com git-svn-id: svn://10.0.0.236/trunk@74013 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/pref-migrator/resources/content/MANIFEST | 2 ++ mozilla/profile/pref-migrator/resources/content/Makefile.in | 2 ++ mozilla/profile/pref-migrator/resources/content/makefile.win | 2 ++ mozilla/profile/pref-migrator/resources/locale/en-US/MANIFEST | 1 + .../profile/pref-migrator/resources/locale/en-US/Makefile.in | 1 + .../profile/pref-migrator/resources/locale/en-US/makefile.win | 1 + 6 files changed, 9 insertions(+) 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::