diff options
| author | Michael Vogt <egon@top> | 2005-11-15 16:38:06 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-15 16:38:06 +0100 |
| commit | 949a7e408b9e77aeaed979a3c30c3d17829596d1 (patch) | |
| tree | 6fc86f545315310ee957abdd7e8413db34308607 /setup.py | |
| parent | 112d31f668dff8955aed5012660cc378bba1dba9 (diff) | |
| download | python-apt-949a7e408b9e77aeaed979a3c30c3d17829596d1.tar.gz | |
* missing bits added
* make update-po run
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ for filepath in glob.glob("po/mo/*/LC_MESSAGES/*.mo"): os.system("cd po; make update-po") # do the same for the desktop files os.system("cd date; make") +# and channels +os.system("cd channels; make") setup(name='update-manager', version='0.1', |
