This commit is contained in:
waterson%netscape.com 1999-04-16 08:39:42 +00:00
Родитель c4d7d38b69
Коммит 2fa4cabcd6
2 изменённых файлов: 9 добавлений и 1 удалений

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

@ -100,5 +100,9 @@ install:: $(TARGETS)
$(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
$(INSTALL) $(srcdir)/../resources/dom-test-3.xul $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/dom-test-4.xul $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/dom-test-5.xul $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/dom-test-1.css $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/dom-test-4.css $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/xpidl-test-1.xul $(DIST)/bin/res/rdf

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

@ -87,6 +87,10 @@ install:: $(DLL)
$(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
$(MAKE_INSTALL) ..\resources\dom-test-3.xul $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\dom-test-4.xul $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\dom-test-5.xul $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\dom-test-1.css $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\dom-test-4.css $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\xpidl-test-1.xul $(DIST)\bin\res\rdf