gecko-dev/editor/ui/composer/content/Makefile.in
2000-06-02 13:14:09 +00:00

64 lines
1.6 KiB
Makefile

#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998-2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
# Sammy Ford
#
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = images
CHROME_DIR = packages/core
CHROME_CONTENT_DIR=editor/content
CHROME_CONTENT = \
editor.xul \
editor.js \
ComposerCommands.js \
EditorCommandsDebug.js \
EditorCommandsOverlay.xul \
EditorContextMenu.js \
EditorContextMenuOverlay.xul \
TextEditorAppShell.xul \
EditorInitPage.html \
EditorInitPagePlain.html \
EditorContent.css \
EditorAllTags.css \
EditorOverride.css \
EditorParagraphMarks.css \
sidebar-editor.rdf \
sidebar-editor.xul \
sb-bookmarks-panel.xul \
sb-bookmarks.js \
sb-file-contextMenu.js \
sb-file-panel.js \
sb-file-panel.xul \
sb-FileWidgetFileHandler.js \
editorOverlay.xul \
editorOverlay.js \
$(NULL)
include $(topsrcdir)/config/rules.mk