Changeset b78b580ef688b128c2cb90eb2d012d777948bd1b

Show
Ignore:
Timestamp:
09/06/10 15:58:07 (3 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
2008ba8f7d027b42478e308a5d6de16dac82f46f
Parents:
598ea85ee41a89d1f91bdf2b69efbf9b328e9622
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-09-06T15:58:07Z+0300
Message:

waf: dist tarball will not include .gitmodules anymore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wscript

    r598ea85 rb78b580  
    491491 
    492492def dist_hook(): 
     493    os.remove(".gitmodules") # waf does not ignore this file 
    493494    shutil.copy('../build/default/version.h', "./") 
    494495