9370: export insert html dialog. r=cmanske/a=chofmann

This commit is contained in:
akkana%netscape.com 1999-07-07 22:43:04 +00:00
Родитель db3d8b508f
Коммит 4603f8ba86
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -14,3 +14,5 @@ EdNamedAnchorProps.xul
EdNamedAnchorProps.js
EdInsertTable.xul
EdInsertTable.js
EdInsSrc.xul
EdInsSrc.js

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

@ -33,6 +33,8 @@ install::
$(MAKE_INSTALL) EdNamedAnchorProps.js $(DIST)\bin\chrome\editor\dialogs\content\default
$(MAKE_INSTALL) EdInsertTable.xul $(DIST)\bin\chrome\editor\dialogs\content\default
$(MAKE_INSTALL) EdInsertTable.js $(DIST)\bin\chrome\editor\dialogs\content\default
$(MAKE_INSTALL) EdInsSrc.xul $(DIST)\bin\chrome\editor\dialogs\content\default
$(MAKE_INSTALL) EdInsSrc.js $(DIST)\bin\chrome\editor\dialogs\content\default
clobber::
rm -f $(DIST)\bin\chrome\editor\dialogs\content\default\EdDialogCommon.js
@ -48,3 +50,5 @@ clobber::
rm -f $(DIST)\bin\chrome\editor\dialogs\content\default\EdNamedAnchorProps.js
rm -f $(DIST)\bin\chrome\editor\dialogs\content\default\EdInsertTable.xul
rm -f $(DIST)\bin\chrome\editor\dialogs\content\default\EdInsertTable.js
rm -f $(DIST)\bin\chrome\editor\dialogs\content\default\EdInsSrc.xul
rm -f $(DIST)\bin\chrome\editor\dialogs\content\default\EdInsSrc.js