aboutsummaryrefslogtreecommitdiffstats
path: root/python/README
diff options
context:
space:
mode:
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.