aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7673662..7e91279 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ all: src/git-permalink src/load-locale-messages.sh src/locale/en.sh $(manpages)
src/locale/en.sh: src/git-permalink.in
- awk '/^# End translatable strings$$/ { exit } { print $$0 }' $? > $@
+ sh po/extract-strings.sh < $? > $@
check: all