put image map resources in Chrome directory
git-svn-id: svn://10.0.0.236/trunk@63573 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fb9a6ccac8
commit
2d39335447
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user