diff --git a/bin/build-src-distrib.sh b/bin/build-src-distrib.sh
index 4d96c6d7420fec7b1306d57a10aeaafea573fc8d..2d0d8dddb1c970dbd3a962a939a10d48c11fc1c5 100755
--- a/bin/build-src-distrib.sh
+++ b/bin/build-src-distrib.sh
@@ -228,6 +228,8 @@ case "${STEP}" in
         run "cp Changelog $WEBSITE_DIR/src/last-release/Changelog"
         run "cp src/plugins/wp/Changelog $WEBSITE_DIR/src/wpChangelog"
         run "cp src/plugins/wp/Changelog $WEBSITE_DIR/src/last-release/wpChangelog"
+        run "cp src/plugins/e-acsl/doc/Changelog $WEBSITE_DIR/src/eacslChangelog"
+        run "cp src/plugins/e-acsl/doc/Changelog $WEBSITE_DIR/src/last-release/eacslChangelog"
     fi
     ;&
   3)