/[thuban]/branches/WIP-pyshapelib-bramz/setup.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 533 by jonathan, Fri Mar 14 16:18:48 2003 UTC revision 543 by jonathan, Thu Mar 20 09:43:29 2003 UTC
# Line 998  class thuban_bdist_inno(bdist_inno): Line 998  class thuban_bdist_inno(bdist_inno):
998    
999          bdist_inno.run(self, install_options)          bdist_inno.run(self, install_options)
1000    
1001    class thuban_build_docs(Command):
1002    
1003        """Command to generate documentation from source code."""
1004    
1005        description = "Generate documentation."
1006    
1007        user_options = []
1008    
1009        def initialize_options(self): pass
1010    
1011        def finalize_options(self): pass
1012    
1013        def run(self, install_options = None):
1014            self.spawn(["happydoc", "-d./Doc", "./Thuban"])
1015    
1016  #  #
1017  #   Run the script  #   Run the script
# Line 1051  setup(name = "Thuban", Line 1065  setup(name = "Thuban",
1065                    "install": ThubanInstall,                    "install": ThubanInstall,
1066                    "bdist_rpm": thuban_bdist_rpm,                    "bdist_rpm": thuban_bdist_rpm,
1067                    "bdist_inno": thuban_bdist_inno,                    "bdist_inno": thuban_bdist_inno,
1068                    "data_dist": data_dist                    "data_dist": data_dist,
1069                      "build_docs": thuban_build_docs
1070                    })                    })
1071    
1072    

Legend:
Removed from v.533  
changed lines
  Added in v.543

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26