Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2004-05-28 08:20:30 +0400
committerYann Leboulanger <asterix@lagaule.org>2004-05-28 08:20:30 +0400
commit279a060265d9cac9762a4b2c8cf250822b63f74e (patch)
tree89e00d60b58037df75daf0894c69a8c470b591a8 /Makefile
parent1ae38e75689c91e78fdc7bbff3e9272d4d295dbe (diff)
- idle in a C module, auto away / xa feature is back
- no need to store .mo files : they are now created by make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000..6f079def8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all:
+ python setup.py build_ext -i
+ mv idle.so common/
+ msgfmt Messages/fr/LC_MESSAGES/gajim.po -o Messages/fr/LC_MESSAGES/gajim.mo