summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-19 18:30:49 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-19 18:30:49 -0400
commita7db44fab1b5418921b9d57574f588d416724699 (patch)
tree885b3150cf26f0af0cf6297d736503b5c1936d73 /setup.py
parent59fcf7bc502d250ea9cec8d9f9b0d2e3233d95e9 (diff)
downloadthird_party-cobbler-a7db44fab1b5418921b9d57574f588d416724699.tar.gz
third_party-cobbler-a7db44fab1b5418921b9d57574f588d416724699.tar.xz
third_party-cobbler-a7db44fab1b5418921b9d57574f588d416724699.zip
Package the cobbler manpage as html as well as a docs page. Fix a broken docstring in action_sync.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
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']),