From 9ab55ec36883d66ac6a90038d9c8d004d131893e Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sun, 5 Feb 2017 14:56:51 +0000
Subject: [PATCH] checklist update

---
 installer/resources/checklist.md    | 1 +
 installer/resources/poupdate-man.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/installer/resources/checklist.md b/installer/resources/checklist.md
index a9ee88f85d..173d9f5156 100644
--- a/installer/resources/checklist.md
+++ b/installer/resources/checklist.md
@@ -54,6 +54,7 @@
   - For any invalid that break the test, fix up the po file manually, or fix on
     tx and pull again, or (if new) comment out in .tx/config (add a comment why)
     and delete the po file
+  - `installer/resources/poupdate-man.sh` to generate new man page translations
   - `mtn add` for any new po files
   - `mtn ci` all changed po files, and .tx/config if changed
 
diff --git a/installer/resources/poupdate-man.sh b/installer/resources/poupdate-man.sh
index fb3390d1b6..c4ec94058e 100755
--- a/installer/resources/poupdate-man.sh
+++ b/installer/resources/poupdate-man.sh
@@ -9,6 +9,7 @@
 # Don't forget to check in those files and .tx/config .
 # Don't forget to mtn add and check in new files in man/ and locale-man/ .
 #
+cd `dirname $0`
 for i in eepget i2prouter i2prouter-nowrapper
 do
 	for f in locale-man/man_*.po
-- 
GitLab