diff options
| author | EuAndreh <eu@euandre.org> | 2021-10-03 12:22:57 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-10-03 12:22:57 -0300 |
| commit | dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae (patch) | |
| tree | 3c25ee05556849257abd125411938e4e3a408296 /Makefile | |
| parent | tests/: Copy files to temp directory to avoid messing with existing generated... (diff) | |
| download | git-permalink-dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae.tar.gz git-permalink-dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae.tar.xz | |
po/extract-strings.sh: Use dedicated file for extracting strings
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 |
