--- a/scripts/install.py Wed Oct 19 17:55:01 2022 +0200 +++ b/scripts/install.py Thu Oct 20 08:23:37 2022 +0200 @@ -886,7 +886,7 @@ return 7 # copy some text files to the doc area - for name in ["LICENSE.GPL3", "THANKS", "changelog"]: + for name in ["LICENSE.GPL3", "THANKS", "changelog.md", "ThirdParty.rst"]: try: shutilCopy(os.path.join(sourceDir, "docs", name), cfg["ericDocDir"]) except OSError: