add EditorTableProperties.dtd

This commit is contained in:
brade%netscape.com 1999-08-06 20:34:14 +00:00
parent 1f22bedddd
commit d4d8bb8db7
3 changed files with 4 additions and 0 deletions

View File

@ -8,4 +8,5 @@ EditorInsertTable.dtd
EditorLinkProperties.dtd
EditorPersonalDictionary.dtd
EditorSpellCheck.dtd
EditorTableProperties.dtd
EdNamedAnchorProperties.dtd

View File

@ -34,6 +34,7 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/EditorLinkProperties.dtd \
$(srcdir)/EditorPersonalDictionary.dtd \
$(srcdir)/EditorSpellCheck.dtd \
$(srcdir)/EditorTableProperties.dtd \
$(srcdir)/EdNamedAnchorProperties.dtd \
$(NULL)

View File

@ -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