зеркало из https://github.com/mozilla/pjs.git
add sidebar dtd files
This commit is contained in:
Родитель
1e028f7932
Коммит
bb4179aa91
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче