From 37e7682a00b65c8732e5712135b84b7eaf9b4731 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Tue, 3 Aug 1999 15:04:30 +0000 Subject: [PATCH] handle more dtd files --- editor/ui/dialogs/locale/en-US/makefile.win | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/editor/ui/dialogs/locale/en-US/makefile.win b/editor/ui/dialogs/locale/en-US/makefile.win index a14cae2efcc..644646ecdb3 100644 --- a/editor/ui/dialogs/locale/en-US/makefile.win +++ b/editor/ui/dialogs/locale/en-US/makefile.win @@ -20,9 +20,23 @@ DEPTH=..\..\..\..\.. include <$(DEPTH)\config\rules.mak> install:: - $(MAKE_INSTALL) EditorImageProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US - $(MAKE_INSTALL) EditorLinkProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorHLineProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorImageProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorInsertSource.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorInsertTable.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorLinkProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorPersonalDictionary.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorSpellCheck.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EdLinkProps.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EditorNamedAnchorProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US clobber:: + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorHLineProperties.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorImageProperties.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorInsertSource.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorInsertTable.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorLinkProperties.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorPersonalDictionary.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorSpellCheck.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdLinkProps.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorNamedAnchorProperties.dtd