From 2d39335447c3a37039e7b93e1ed52d507f2aa8bd Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Tue, 21 Mar 2000 12:53:20 +0000 Subject: [PATCH] put image map resources in Chrome directory git-svn-id: svn://10.0.0.236/trunk@63573 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/dialogs/content/makefile.win | 12 ++++++++++++ mozilla/editor/ui/dialogs/locale/en-US/makefile.win | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/mozilla/editor/ui/dialogs/content/makefile.win b/mozilla/editor/ui/dialogs/content/makefile.win index 02353cd1e8f..da0e690fd3f 100644 --- a/mozilla/editor/ui/dialogs/content/makefile.win +++ b/mozilla/editor/ui/dialogs/content/makefile.win @@ -57,6 +57,12 @@ install:: $(MAKE_INSTALL) EdAECSSAttributes.js $(DIST)\bin\chrome\editor\content\default $(MAKE_INSTALL) EdAEHTMLAttributes.js $(DIST)\bin\chrome\editor\content\default $(MAKE_INSTALL) EdAEJSEAttributes.js $(DIST)\bin\chrome\editor\content\default + $(MAKE_INSTALL) EdImageMap.js $(DIST)\bin\chrome\editor\content\default + $(MAKE_INSTALL) EdImageMap.xul $(DIST)\bin\chrome\editor\content\default + $(MAKE_INSTALL) EdImageMapHotSpot.js $(DIST)\bin\chrome\editor\content\default + $(MAKE_INSTALL) EdImageMapHotSpot.xul $(DIST)\bin\chrome\editor\content\default + $(MAKE_INSTALL) EdImageMapShapes.js $(DIST)\bin\chrome\editor\content\default + $(MAKE_INSTALL) EdImageMapPage.html $(DIST)\bin\chrome\editor\content\default clobber:: @@ -93,3 +99,9 @@ clobber:: rm -f $(DIST)\bin\chrome\editor\content\default\EdAECSSAttributes.js rm -f $(DIST)\bin\chrome\editor\content\default\EdAEHTMLAttributes.js rm -f $(DIST)\bin\chrome\editor\content\default\EdAEJSEAttributes.js + rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMap.js + rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMap.xul + rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapHotSpot.js + rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapHotSpot.xul + rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapShapes.js + rm -f $(DIST)\bin\chrome\editor\content\default\EdImageMapPage.html diff --git a/mozilla/editor/ui/dialogs/locale/en-US/makefile.win b/mozilla/editor/ui/dialogs/locale/en-US/makefile.win index 585857aee5a..981b9fa7ca9 100644 --- a/mozilla/editor/ui/dialogs/locale/en-US/makefile.win +++ b/mozilla/editor/ui/dialogs/locale/en-US/makefile.win @@ -14,7 +14,7 @@ # # The Initial Developer of the Original Code is Netscape # Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All +# Copyright (C) 1998-1999 Netscape Communications Corporation. All # Rights Reserved. # # Contributor(s): @@ -38,6 +38,8 @@ install:: $(MAKE_INSTALL) EdNamedAnchorProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US $(MAKE_INSTALL) EdDialogOverlay.dtd $(DIST)\bin\chrome\editor\locale\en-US $(MAKE_INSTALL) EdAdvancedEdit.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorImageMap.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorImageMapHotSpot.dtd $(DIST)\bin\chrome\editor\locale\en-US clobber:: rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorHLineProperties.dtd @@ -54,5 +56,7 @@ clobber:: rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdNamedAnchorProperties.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdDialogOverlay.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdAdvancedEdit.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorImageMap.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorImageMapHotSpot.dtd