~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

Basic BzrDir support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    def run(self):
74
74
        build.run(self)
75
75
 
76
 
        import generate_docs
77
 
        generate_docs.main(argv=["bzr", "man"])
 
76
        import bzr_man
 
77
        bzr_man.main()
78
78
 
79
79
########################
80
80
## Setup