Ref #16413 - Remove and old instruction from the release script

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-02-21 23:39:59 +01:00
parent 071124078d
commit 7e3da25dd8
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -463,8 +463,6 @@ for kit in $KITS ; do
mkdir doc
mv htmldoc doc/html
rm doc/html/.buildinfo doc/html/objects.inv
# Javascript sources
rm -rf js/vendor/openlayers/src/
rm -rf node_modules
# Remove bin files for non source version
# https://github.com/phpmyadmin/phpmyadmin/issues/16033