diff options
Diffstat (limited to 'distribution/makedist.py')
-rwxr-xr-x | distribution/makedist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/makedist.py b/distribution/makedist.py index bc98e64792b..d8847eff165 100755 --- a/distribution/makedist.py +++ b/distribution/makedist.py @@ -684,7 +684,7 @@ print "Cleaning up...", sys.stdout.flush() remove(srcDir) remove(winSrcDir) -#remove(demoDir) +remove(demoDir) remove(winDemoDir) remove(demoscriptDir) remove(winDemoscriptDir) |