diff --git a/editor/ui/dialogs/content/MANIFEST b/editor/ui/dialogs/content/MANIFEST index 674a10cbdc4..db2b1800510 100644 --- a/editor/ui/dialogs/content/MANIFEST +++ b/editor/ui/dialogs/content/MANIFEST @@ -14,3 +14,5 @@ EdNamedAnchorProps.xul EdNamedAnchorProps.js EdInsertTable.xul EdInsertTable.js +EdInsSrc.xul +EdInsSrc.js diff --git a/editor/ui/dialogs/content/makefile.win b/editor/ui/dialogs/content/makefile.win index 8884a9b8dab..f40d520c028 100644 --- a/editor/ui/dialogs/content/makefile.win +++ b/editor/ui/dialogs/content/makefile.win @@ -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