This commit is contained in:
sspitzer%netscape.com 2000-05-10 06:32:28 +00:00
parent 50b6730829
commit d0468e24b4
6 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,4 @@ EdImageMapPage.css
EditorDialog.css
EditorToolbars.css
editor.css
manifest.rdf

View File

@ -36,6 +36,7 @@ EXPORT_RESOURCE_SAMPLES = \
EdImageMap.css \
EditorDialog.css \
editor.css \
manifest.rdf \
$(NULL)
DIRS = images

View File

@ -33,6 +33,7 @@ install::
$(MAKE_INSTALL) EditorDialog.css $(DIST)\bin\chrome\$(THEME)\editor\skin
$(MAKE_INSTALL) EditorToolbars.css $(DIST)\bin\chrome\$(THEME)\editor\skin
$(MAKE_INSTALL) editor.css $(DIST)\bin\chrome\$(THEME)\editor\skin
$(MAKE_INSTALL) manifest.rdf $(DIST)\bin\chrome\$(THEME)\editor\skin
clobber::
rm -f $(DIST)\chrome\$(THEME)\editor\skin\*.*

View File

@ -19,3 +19,4 @@ reload.gif
search.gif
stop.gif
unlock.gif
manifest.rdf

View File

@ -51,6 +51,7 @@ EXPORT_RESOURCE_SAMPLES = \
search.gif \
stop.gif \
unlock.gif \
manifest.rdf \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -49,3 +49,4 @@ install::
$(MAKE_INSTALL) search.gif $(DIST)\bin\chrome\$(THEME)\navigator\skin
$(MAKE_INSTALL) stop.gif $(DIST)\bin\chrome\$(THEME)\navigator\skin
$(MAKE_INSTALL) unlock.gif $(DIST)\bin\chrome\$(THEME)\navigator\skin
$(MAKE_INSTALL) manifest.rdf $(DIST)\bin\chrome\$(THEME)\navigator\skin