From 046cecb24287c4083899cb104e9e8cf7295f89e3 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 28 Mar 2013 23:59:55 +0100 Subject: [PATCH] Update template generation instructions --- .tx/howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tx/howto.md b/.tx/howto.md index a36cca29..d9fe5a03 100644 --- a/.tx/howto.md +++ b/.tx/howto.md @@ -21,7 +21,7 @@ tx push --source --translation Regenerate the source file ( _hexchat.pot_ ) on a Unix machine:
-rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && make
+rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && cd src/common && make textevents.h && cd../.. && make
 
Push the updated source file to Transifex (this automatically updates all translation files):