diff --git a/embedding/config/Makefile.in b/embedding/config/Makefile.in index c90dc66f1b6..e948c4666e2 100644 --- a/embedding/config/Makefile.in +++ b/embedding/config/Makefile.in @@ -48,4 +48,5 @@ endif libs:: embed_chrome $(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/basebrowser-unix -o unix -v $(NSINSTALL) -t $(srcdir)/installed-chrome.txt $(DIST)/Embed/chrome + $(NSINSTALL) -t $(srcdir)/readme.html $(DIST)/Embed diff --git a/embedding/config/makefile.win b/embedding/config/makefile.win index a16ee8f70ce..71d4321fab5 100644 --- a/embedding/config/makefile.win +++ b/embedding/config/makefile.win @@ -62,6 +62,7 @@ embed_chrome: embed-jar.mn libs:: embed_chrome $(PERL) $(DEPTH)\xpinstall\packager\pkgcp.pl -s $(DIST)\bin -d $(DIST) --f basebrowser-win -o dos -v $(MAKE_INSTALL) installed-chrome.txt $(DIST)\Embed\chrome + $(MAKE_INSTALL) readme.html $(DIST)\Embed !IF "$(APP)" == "mfcembed" $(MAKE_INSTALL) $(DIST)\bin\mfcembed.exe $(DIST)\Embed $(MAKE_INSTALL) $(DIST)\bin\mfcEmbedComponents.dll $(DIST)\Embed