~gary-lasker/software-center/add-to-launcher-after-auth-lp972710

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Michael Vogt
  • Date: 2009-09-07 15:28:17 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090907152817-cr6psjw0pd45ssut
add a stub help page

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                  ],
23
23
      cmdclass = { "build" : build_extra.build_extra,
24
24
                   "build_i18n" :  build_i18n.build_i18n,
 
25
                   "build_help" : build_help.build_help,
25
26
                   "build_icons" : build_icons.build_icons}
26
27
      )
27
28