This commit is contained in:
brade%netscape.com 1999-08-27 13:04:46 +00:00
Родитель 1e028f7932
Коммит bb4179aa91
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -28,6 +28,8 @@ include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_CONTENT = \
$(srcdir)/EditorAppShell.dtd \
$(srcdir)/sidebar-editor-rdf.dtd \
$(srcdir)/sidebar-editor.dtd \
$(NULL)
install::

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

@ -21,6 +21,10 @@ include <$(DEPTH)\config\rules.mak>
install::
$(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.dtd $(DIST)\bin\chrome\editor\locale\en-US
clobber::
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.dtd