summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.tx/howto.md2
1 files changed, 1 insertions, 1 deletions
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:
 
 <pre>
-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
 </pre>
 
 Push the updated source file to Transifex (this automatically updates all translation files):