[pygobject: 14/23] setup.py: install fixxref.py script



commit ad40688df533dda0b1f7be8ea37c542b8796a26b
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Nov 3 09:24:45 2010 +0100

    setup.py: install fixxref.py script
    
    Signed-off-by: Dieter Verfaillie <dieterv optionexplicit be>

 setup.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/setup.py b/setup.py
index 3c1277c..ce5278d 100755
--- a/setup.py
+++ b/setup.py
@@ -119,6 +119,9 @@ class PyGObjectInstallData(InstallData):
                               os.path.join(self.install_dir,
                                            'lib', 'pkgconfig'))
 
+        self.install_template('docs/xsl/fixxref.py.in',
+                              os.path.join(self.install_dir, XSL_DIR))
+
 class PyGObjectBuild(build):
     enable_threading = 1
 PyGObjectBuild.user_options.append(('enable-threading', None,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]