~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Michael Vogt
  • Date: 2005-11-15 14:44:23 UTC
  • Revision ID: egon@top-20051115144423-5d01f44d63b99ecc
* build-system tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
# HACK: make sure that the mo files are generated and up-to-date
15
15
os.system("cd po; make update-po")
 
16
# do the same for the desktop files
 
17
os.system("cd date; make")
16
18
    
17
19
setup(name='update-manager',
18
20
      version='0.1',