add files for viewsource; fix years for copyright

This commit is contained in:
brade%netscape.com 1999-08-31 12:56:30 +00:00
Родитель 6d62bf7bda
Коммит 1e504af60b
1 изменённых файлов: 6 добавлений и 2 удалений

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

@ -12,7 +12,7 @@
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH=..\..\..\..
@ -37,6 +37,8 @@ install::
$(MAKE_INSTALL) sb-file-panel.js $(DIST)\bin\chrome\editor\content\default
$(MAKE_INSTALL) sb-file-panel.xul $(DIST)\bin\chrome\editor\content\default
$(MAKE_INSTALL) sb-FileWidgetFileHandler.js $(DIST)\bin\chrome\editor\content\default
$(MAKE_INSTALL) viewsource.xul $(DIST)\bin\chrome\editor\content\default
$(MAKE_INSTALL) viewsource.js $(DIST)\bin\chrome\editor\content\default
clobber::
rm -f $(DIST)\bin\chrome\editor\content\default\EditorAppShell.xul
@ -55,4 +57,6 @@ clobber::
rm -f $(DIST)\bin\chrome\editor\content\default\sb-file-contextMenu.js
rm -f $(DIST)\bin\chrome\editor\content\default\sb-file-panel.js
rm -f $(DIST)\bin\chrome\editor\content\default\sb-file-panel.xul
rm -f $(DIST)\bin\chrome\editor\content\default\sb-FileWidgetFileHandler.js
rm -f $(DIST)\bin\chrome\editor\content\default\sb-FileWidgetFileHandler.js
rm -f $(DIST)\bin\chrome\editor\content\default\viewsource.xul
rm -f $(DIST)\bin\chrome\editor\content\default\viewSource.js