diff options
| author | Michael Vogt <egon@top> | 2005-11-15 15:44:23 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-15 15:44:23 +0100 |
| commit | 112d31f668dff8955aed5012660cc378bba1dba9 (patch) | |
| tree | 2da5068cf6125c8a333c6874cb4d44e66abf0c6a /setup.py | |
| parent | 8e680b21f66179f1958ae1cb3f5e5005d49a2d88 (diff) | |
| download | python-apt-112d31f668dff8955aed5012660cc378bba1dba9.tar.gz | |
* build-system tweaks
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ for filepath in glob.glob("po/mo/*/LC_MESSAGES/*.mo"): # HACK: make sure that the mo files are generated and up-to-date os.system("cd po; make update-po") +# do the same for the desktop files +os.system("cd date; make") setup(name='update-manager', version='0.1', |
