aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ba6862..d6389b5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ update-po:
mkdir -p po
[ -f "po/en.po" ] || xgettext -o po/en.po --language=C --keyword=L --from-code=utf-8 *.c
for a in po/*.po ; do \
+ sed -i -e '/^#:/d' $$a ; \
xgettext --omit-header -j -o $$a --language=C --keyword=L --from-code=utf-8 *.c ; \
done