зеркало из https://github.com/mozilla/gecko-dev.git
handle more dtd files
This commit is contained in:
Родитель
82bcb7434a
Коммит
b74487d1e0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче