Export new "document.gif" icon to DIST area.

This commit is contained in:
rjc%netscape.com 1999-04-24 00:39:06 +00:00
Родитель 68295dd904
Коммит fa4f98841c
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -97,6 +97,7 @@ install:: $(TARGETS)
$(INSTALL) $(srcdir)/../resources/personal-folder-open.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/folder-open.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/folder-closed.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/document.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/History/h1.hst $(DIST)/bin/res/rdf/History
$(INSTALL) $(srcdir)/../resources/dom-test-1.xul $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/dom-test-2.xul $(DIST)/bin/res/rdf

Просмотреть файл

@ -84,6 +84,7 @@ install:: $(DLL)
$(MAKE_INSTALL) ..\resources\personal-folder-open.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\folder-open.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\folder-closed.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\document.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\History\h1.hst $(DIST)\bin\res\rdf\History
$(MAKE_INSTALL) ..\resources\dom-test-1.xul $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\dom-test-2.xul $(DIST)\bin\res\rdf