[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 39a547cd30ab197030c2fc641ead0e3895984595

Michal Čihař nijel at users.sourceforge.net
Thu Feb 25 09:52:16 CET 2010


The following commit has been merged in the master branch:
commit a7d647791ea1dadf6e51fe214426519ba05a2f37
Author: Michal Čihař <mcihar at novell.com>
Date:   Thu Feb 25 09:38:39 2010 +0100

    Copy also images used in docs.

diff --git a/admin/locales-update b/admin/locales-update
index 23abc5a..43b20bd 100755
--- a/admin/locales-update
+++ b/admin/locales-update
@@ -95,6 +95,9 @@ for loc in po/*.po ; do
         files=`ls | grep -v docs.css | grep -v favicon.ico `
         cp ../../../phpmyadmin/docs.css .
         cp ../../../phpmyadmin/favicon.ico .
+        mkdir -p themes/original/img
+        cp ../../../phpmyadmin/themes/original/img/logo_right.png themes/original/img
+        cp ../../../phpmyadmin/themes/original/img/docs_menu_bg.png themes/original/img
         cat > index.html <<EOT
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

-- 
phpMyAdmin localized documentation




More information about the Git mailing list