From 1427ec578cc8eb6beb74a24729936042e0443a32 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Tue, 31 Aug 1999 12:54:24 +0000 Subject: [PATCH] add viewsource files (contribution by Sammy Ford); fix years in copyright --- editor/ui/composer/content/Makefile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/editor/ui/composer/content/Makefile.in b/editor/ui/composer/content/Makefile.in index ad1964e0db46..8399569b013c 100644 --- a/editor/ui/composer/content/Makefile.in +++ b/editor/ui/composer/content/Makefile.in @@ -12,8 +12,11 @@ # # 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. +# +# Contributors: +# Sammy Ford DEPTH = ../../../.. topsrcdir = @top_srcdir@ @@ -28,6 +31,7 @@ include $(topsrcdir)/config/rules.mk EXPORT_RESOURCE_CONTENT = \ $(srcdir)/EditorAppShell.xul \ + $(srcdir)/EditorCommandOverlay.xul \ $(srcdir)/EditorCommands.js \ $(srcdir)/TextEditorAppShell.xul \ $(srcdir)/EditorInitPage.html \ @@ -44,6 +48,8 @@ EXPORT_RESOURCE_CONTENT = \ $(srcdir)/sb-file-panel.js \ $(srcdir)/sb-file-panel.xul \ $(srcdir)/sb-FileWidgetFileHandler.js \ + $(srcdir)/viewsource.xul \ + $(srcdir)/viewsource.js \ $(NULL) install::