eventually, manifest.rdf will be generated. for now, check it in.

git-svn-id: svn://10.0.0.236/trunk@68987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-05-10 04:26:47 +00:00
parent 23c0e57b76
commit a5546be134
3 changed files with 18 additions and 1 deletions

View File

@@ -28,9 +28,19 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk
SAMPLES_DIR = $(DIST)/bin/chrome/$(THEME)
EXPORT_RESOURCE_SAMPLES = \
manifest.rdf \
$(NULL)
DIRS = communicator global navigator editor messenger
# extensions, need to deal with this soon.
DIRS += chatzilla xmlterm
include $(topsrcdir)/config/rules.mk
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
install::
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)

View File

@@ -26,3 +26,10 @@ DIRS=communicator editor global messenger navigator chatzilla xmlterm
include <$(DEPTH)\config\rules.mak>
include <$(THEME_ROOT_DEPTH)\theme.mk>
clobber::
rm -rf $(DIST)\chrome\$(THEME)\*.*
install::
$(MAKE_INSTALL) manifest.rdf $(DIST)\bin\chrome\$(THEME)

View File

@@ -25,4 +25,4 @@
</RDF:Seq>
</chrome:packages>
</RDF:Description>
</RDF:RDF>
</RDF:RDF>