This commit is contained in:
sfraser%netscape.com 1999-09-01 05:48:41 +00:00
Родитель 88f8c1bdb6
Коммит 9c4bba4c53
3 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -25,3 +25,4 @@
EditorAppShell.dtd EditorAppShell.dtd
sidebar-editor-rdf.dtd sidebar-editor-rdf.dtd
sidebar-editor.dtd sidebar-editor.dtd
viewSource.dtd

Просмотреть файл

@ -30,6 +30,7 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/EditorAppShell.dtd \ $(srcdir)/EditorAppShell.dtd \
$(srcdir)/sidebar-editor-rdf.dtd \ $(srcdir)/sidebar-editor-rdf.dtd \
$(srcdir)/sidebar-editor.dtd \ $(srcdir)/sidebar-editor.dtd \
$(srcdir)/viewSource.dtd \
$(NULL) $(NULL)
install:: install::

Просмотреть файл

@ -23,8 +23,10 @@ install::
$(MAKE_INSTALL) EditorAppShell.dtd $(DIST)\bin\chrome\editor\locale\en-US $(MAKE_INSTALL) EditorAppShell.dtd $(DIST)\bin\chrome\editor\locale\en-US
$(MAKE_INSTALL) sidebar-editor-rdf.dtd $(DIST)\bin\chrome\editor\locale\en-US $(MAKE_INSTALL) sidebar-editor-rdf.dtd $(DIST)\bin\chrome\editor\locale\en-US
$(MAKE_INSTALL) sidebar-editor.dtd $(DIST)\bin\chrome\editor\locale\en-US $(MAKE_INSTALL) sidebar-editor.dtd $(DIST)\bin\chrome\editor\locale\en-US
$(MAKE_INSTALL) viewSource.dtd $(DIST)\bin\chrome\editor\locale\en-US
clobber:: clobber::
rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorAppShell.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorAppShell.dtd
rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor-rdf.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor-rdf.dtd
rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\sidebar-editor.dtd
rm -f $(DIST)\bin\chrome\editor\locale\en-US\viewSource.dtd