From 949a7e408b9e77aeaed979a3c30c3d17829596d1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 15 Nov 2005 16:38:06 +0100 Subject: * missing bits added * make update-po run --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d8e059b5..ec4dc084 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3