~mterry/duplicity/list-old-chains-0.6

« back to all changes in this revision

Viewing changes to dist/makedist

  • Committer: loafman
  • Date: 2008-12-22 17:22:44 UTC
  • Revision ID: vcs-imports@canonical.com-20081222172244-cjurdc0mt5d41n6d
patch #6700: Make duplicity translatable
https://savannah.nongnu.org/patch/?6700

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
                     DistDir + "/setup.py"]:
89
89
        assert not os.system("cp %s %s" % (filename, tardir)), filename
90
90
 
 
91
    os.mkdir(tardir + "/po")
 
92
    for filename in ["POTFILES.in", "Makevars", "*.po"]:
 
93
        os.system("cp po/%s %s/po" % (filename, tardir)), filename
 
94
 
91
95
    os.mkdir(tardir + "/src")
92
96
    for filename in [
93
97
        "asyncscheduler.py",