From bb4179aa91689b0a8ec6d2c3e498856b5afa399d Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Fri, 27 Aug 1999 13:04:46 +0000 Subject: [PATCH] add sidebar dtd files --- editor/ui/composer/locale/en-US/Makefile.in | 2 ++ editor/ui/composer/locale/en-US/makefile.win | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/editor/ui/composer/locale/en-US/Makefile.in b/editor/ui/composer/locale/en-US/Makefile.in index 679a1d18ca2..8c585c80b69 100644 --- a/editor/ui/composer/locale/en-US/Makefile.in +++ b/editor/ui/composer/locale/en-US/Makefile.in @@ -28,6 +28,8 @@ include $(topsrcdir)/config/rules.mk EXPORT_RESOURCE_CONTENT = \ $(srcdir)/EditorAppShell.dtd \ + $(srcdir)/sidebar-editor-rdf.dtd \ + $(srcdir)/sidebar-editor.dtd \ $(NULL) install:: diff --git a/editor/ui/composer/locale/en-US/makefile.win b/editor/ui/composer/locale/en-US/makefile.win index 46447e63517..1f30822a8a7 100644 --- a/editor/ui/composer/locale/en-US/makefile.win +++ b/editor/ui/composer/locale/en-US/makefile.win @@ -21,6 +21,10 @@ include <$(DEPTH)\config\rules.mak> install:: $(MAKE_INSTALL) EditorAppShell.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) sidebar-editor-rdf.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) sidebar-editor.dtd $(DIST)\bin\chrome\editor\locale\en-US clobber:: rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorAppShell.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor-rdf.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor.dtd