Use w3m instead of lynx (bug #1451635).

This commit is contained in:
Michal Čihař
2006-03-16 22:45:32 +00:00
parent 7b48016c66
commit b628fcc8a9
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ $Source$
* libraries/auth/config.auth.lib.php: Show possible error messages. * libraries/auth/config.auth.lib.php: Show possible error messages.
* show_config_errors.php, libraries/common.lib.php: Add wrapper to show * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
config errors even with no error reporting (RFE #1447173). config errors even with no error reporting (RFE #1447173).
* scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
2006-03-15 Michal Čihař <michal@cihar.com> 2006-03-15 Michal Čihař <michal@cihar.com>
* libraries/export/htmlexcel.php: Fix output handling (bug #1450555). * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).

View File

@@ -185,7 +185,7 @@ find phpMyAdmin -type f -print0 | xargs -0 chmod 644
find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755 find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755
# Building Documentation.txt # Building Documentation.txt
lynx --dont_wrap_pre --nolist --dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt LC_ALL=C w3m -dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
# Renaming directory # Renaming directory
mv phpMyAdmin phpMyAdmin-$target mv phpMyAdmin phpMyAdmin-$target