scripts/install.py

branch
eric7
changeset 9425
b1707793e213
parent 9420
92810aebc909
child 9442
906485dcd210
child 9448
ea215f7afab3
--- 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:

eric ide

mercurial