зеркало из https://github.com/mozilla/gecko-dev.git
add files for viewsource; fix years for copyright
This commit is contained in:
Родитель
6d62bf7bda
Коммит
1e504af60b
|
@ -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
|
Загрузка…
Ссылка в новой задаче