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