aboutsummaryrefslogtreecommitdiffstats
path: root/python/README
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-16 20:48:27 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-16 20:48:27 +0800
commitba255f08be65af4008555b93cf4f9f07c49b7286 (patch)
tree09628c29f0382dfa567b9f5c74f5e42b4a1556c2 /python/README
parent302b631948b98ba90a43d59437751a6e9906779f (diff)
downloadgsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar
gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.gz
gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.bz2
gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.lz
gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.xz
gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.zst
gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.zip
Update python binding and add a script to make it more automatic
svn path=/trunk/; revision=799
Diffstat (limited to 'python/README')
-rw-r--r--python/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/README b/python/README
deleted file mode 100644
index 9cae95c1f..000000000
--- a/python/README
+++ /dev/null
@@ -1,11 +0,0 @@
-To update python binding:
-1)
- $ make distclean
- $ python /usr/share/pygtk/2.0/codegen/h2def.py libempathy/*.h > python/pyempathy/pyempathy.defs
- $ python /usr/share/pygtk/2.0/codegen/h2def.py libempathy-gtk/*.h > python/pyempathygtk/pyempathygtk.defs
-
-2)
-Apply pyempathy.patch and pyempathygtk.patch
-
-3)
-Manually update headers in pyempathy.override and pyempathygtk.override.