mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
add EditorTableProperties.dtd
This commit is contained in:
parent
1f22bedddd
commit
d4d8bb8db7
@ -8,4 +8,5 @@ EditorInsertTable.dtd
|
||||
EditorLinkProperties.dtd
|
||||
EditorPersonalDictionary.dtd
|
||||
EditorSpellCheck.dtd
|
||||
EditorTableProperties.dtd
|
||||
EdNamedAnchorProperties.dtd
|
||||
|
@ -34,6 +34,7 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/EditorLinkProperties.dtd \
|
||||
$(srcdir)/EditorPersonalDictionary.dtd \
|
||||
$(srcdir)/EditorSpellCheck.dtd \
|
||||
$(srcdir)/EditorTableProperties.dtd \
|
||||
$(srcdir)/EdNamedAnchorProperties.dtd \
|
||||
$(NULL)
|
||||
|
||||
|
@ -27,6 +27,7 @@ install::
|
||||
$(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) EditorTableProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
$(MAKE_INSTALL) EdNamedAnchorProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US
|
||||
|
||||
clobber::
|
||||
@ -37,4 +38,5 @@ clobber::
|
||||
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\EditorTableProperties.dtd
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdNamedAnchorProperties.dtd
|
||||
|
Loading…
Reference in New Issue
Block a user