Dotclear

Changeset 1581:9b4081b29202


Ignore:
Timestamp:
08/25/13 18:46:29 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Cope with new README.md rather than old README for build and update, addresses #1510

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1451 r1581  
    1111      
    1212     ## Copy needed folders and files 
    13      cp -pRf ./admin ./inc ./themes ./index.php ./CHANGELOG ./CREDITS ./LICENSE ./README ./$(DC)/ 
     13     cp -pRf ./admin ./inc ./themes ./index.php ./CHANGELOG ./CREDITS ./LICENSE ./README.md ./CONTRIBUTING.md ./$(DC)/ 
    1414      
    1515     ## Locales directory 
     
    8888 
    8989deb: 
    90      cp ./README debian/README 
     90     cp ./README.md debian/README 
    9191     dpkg-buildpackage -rfakeroot 
    9292 
  • inc/dbschema/upgrade.php

    r1205 r1581  
    336336               } 
    337337 
    338                if (version_compare($version, '2.5.1', '<=')) 
     338               if (version_compare($version,'2.5.1','<=')) 
    339339               { 
    340340                    // Flash enhanced upload no longer needed 
    341341                    @unlink(DC_ROOT.'/'.'inc/swf/swfupload.swf'); 
     342               } 
     343 
     344               if (version_compare($version,'2.6','<=')) 
     345               { 
     346                    // README has been replaced by README.md and CONTRIBUTING.md 
     347                    @unlink(DC_ROOT.'/'.'README'); 
    342348               } 
    343349                
Note: See TracChangeset for help on using the changeset viewer.

Sites map