зеркало из https://github.com/mozilla/gecko-dev.git
Add viewsource.dtd for sford
This commit is contained in:
Родитель
88f8c1bdb6
Коммит
9c4bba4c53
|
@ -25,3 +25,4 @@
|
|||
EditorAppShell.dtd
|
||||
sidebar-editor-rdf.dtd
|
||||
sidebar-editor.dtd
|
||||
viewSource.dtd
|
||||
|
|
|
@ -30,6 +30,7 @@ EXPORT_RESOURCE_CONTENT = \
|
|||
$(srcdir)/EditorAppShell.dtd \
|
||||
$(srcdir)/sidebar-editor-rdf.dtd \
|
||||
$(srcdir)/sidebar-editor.dtd \
|
||||
$(srcdir)/viewSource.dtd \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
|
|
|
@ -23,8 +23,10 @@ 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
|
||||
$(MAKE_INSTALL) viewSource.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
|
||||
rm -f $(DIST)\bin\chrome\editor\locale\en-US\viewSource.dtd
|
||||
|
|
Загрузка…
Ссылка в новой задаче