Move necko resources to make them comply with new packaging rules

This commit is contained in:
ruslan%netscape.com 2000-05-16 23:40:00 +00:00
parent 10cd09ef00
commit 46ea9c6a00
4 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CHROME_DIR = $(DIST)/bin/chrome/necko/content
CHROME_DIR = $(DIST)/bin/chrome/packages/core/necko/content
EXPORT_RESOURCES = \
redirect_loop.xul \

View File

@ -24,8 +24,8 @@ DEPTH=..\..\..
include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) redirect_loop.xul $(DIST)\bin\chrome\necko\content
$(MAKE_INSTALL) redirect_loop.xul $(DIST)\bin\chrome\packages\core\necko\content
clobber::
rm -f $(DIST)\bin\chrome\necko\content\redirect_loop.xul
rm -f $(DIST)\bin\chrome\packages\core\necko\content\redirect_loop.xul

View File

@ -34,5 +34,5 @@ EXPORT_RESOURCE_CONTENT = \
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/necko/locale
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/packages/core/necko/locale

View File

@ -23,11 +23,11 @@ DEPTH=..\..\..\..
include <$(DEPTH)\config\rules.mak>
LOCALEDIR=$(DIST)\bin\chrome\necko\locale
LOCALEDIR=$(DIST)\bin\chrome\packages\core\necko\locale
install::
$(MAKE_INSTALL) necko.properties $(LOCALEDIR)
$(MAKE_INSTALL) redirect_loop.dtd $(LOCALEDIR)
clobber::
rm -f $(DIST)\bin\chrome\necko\locale\*.*
rm -f $(DIST)\bin\chrome\packages\core\necko\locale\*.*