changeset 4844:6ba2d471d76b

setup.py now installs static files of the HTML documentation (stylesheets, images, etc.)
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 31 Oct 2013 15:47:04 +0100
parents 55d1a73d6118
children 110ac45875ab
files CHANGES.txt setup.py
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Thu Oct 31 12:30:28 2013 +0100
+++ b/CHANGES.txt	Thu Oct 31 15:47:04 2013 +0100
@@ -34,6 +34,9 @@
   (Thomas Arendsen Hein)
 - Allow using plain() on unsaved dates in HTML forms
   (Thomas Arendsen Hein)
+- setup.py now installs static files of the HTML documentation (stylesheets,
+  images, etc.) (Thomas Arendsen Hein)
+
 
 2013-07-06: 1.5.0
 
--- a/setup.py	Thu Oct 31 12:30:28 2013 +0100
+++ b/setup.py	Thu Oct 31 15:47:04 2013 +0100
@@ -98,6 +98,9 @@
 
     # add docs
     data_files.append(include('share/doc/roundup/html', '*'))
+    data_files.append(include('share/doc/roundup/html/_images', '*'))
+    data_files.append(include('share/doc/roundup/html/_sources', '*'))
+    data_files.append(include('share/doc/roundup/html/_static', '*'))
 
     # perform the setup action
     from roundup import __version__

Roundup Issue Tracker: http://roundup-tracker.org/