]> granicus.if.org Git - php/commitdiff
- ws
authorPierre Joye <pajoye@php.net>
Mon, 19 Oct 2009 22:47:44 +0000 (22:47 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 19 Oct 2009 22:47:44 +0000 (22:47 +0000)
win32/build/mkdist.php

index 38a12dd2c0b08195170582f1fa1582661ef830ef..60fbac896028bc948d9d042828ccc4f71e1c6bfe 100644 (file)
@@ -229,12 +229,12 @@ if(sizeof($pecl_targets)) {
 
 /* populate reading material */
 $text_files = array(
-       "LICENSE" =>            "license.txt",
-       "NEWS" =>                       "news.txt",
+       "LICENSE" => "license.txt",
+       "NEWS" => "news.txt",
        "README.REDIST.BINS" => "readme-redist-bins.txt",
-       "php.ini-development" =>        "php.ini-development",
+       "php.ini-development" => "php.ini-development",
        "php.ini-production" => "php.ini-production",
-       "win32/install.txt" =>  "install.txt",
+       "win32/install.txt" => "install.txt",
        "win32/pws-php5cgi.reg" => "pws-php5cgi.reg",
        "win32/pws-php5isapi.reg" => "pws-php5isapi.reg",
 );