Code

Further cleanup.
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 12 Mar 2009 18:43:04 +0000 (18:43 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 12 Mar 2009 18:43:04 +0000 (18:43 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4192 57a73879-2fb5-44c3-a270-3262357dd7e2

setup.py

index 317d5dab9876061261b97ae4446ac861bd2e5339..8dd11641e6965520be12fec0591dc2b6c6664f38 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def main():
                            [os.path.join("build", _mo_file)]))
 
     # add docs
-    data_files.append(include(os.path.join('share/doc/roundup/html'), '*'))
+    data_files.append(include('share/doc/roundup/html', '*'))
 
     # perform the setup action
     from roundup import __version__