From a7db44fab1b5418921b9d57574f588d416724699 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Sep 2007 18:30:49 -0400 Subject: Package the cobbler manpage as html as well as a docs page. Fix a broken docstring in action_sync.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9e2b1b2..9aaccdc 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,9 @@ if __name__ == "__main__": (wwwtmpl, ['webui_templates/ksfile_view.tmpl']), # Web UI support files - (wwwgfx, []), + (wwwgfx, ['docs/wui.html']), + (wwwgfx, ['docs/cobbler.html']), + (wwwgfx, []), (wwwgfx, ['webui_content/icon-tip.png']), (wwwgfx, ['webui_content/style.css']), (wwwgfx, ['webui_content/logo-cobbler.png']), -- cgit