diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |