waf: dist tarball will not include .gitmodules anymore

This commit is contained in:
Nedko Arnaudov 2010-09-06 15:58:07 +03:00
parent 598ea85ee4
commit b78b580ef6
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@ def etags(ctx):
os.system("stat -c '%y' TAGS")
def dist_hook():
os.remove(".gitmodules") # waf does not ignore this file
shutil.copy('../build/default/version.h', "./")
import commands