diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3d7ec2c..e9b2eae 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -21,7 +21,7 @@ extract: extpo extwiki find . -name '*.go' -exec xgotext --foreign-user -o po/backend.pot {} + find . -name '*.html.tmpl' -exec ./extwiki {} + \ | gofmt >src/wikipedia/links.gen.go - find . -name '*.html.tmpl' -exec ./extpo {} + \ + find . \( -name '*.html.tmpl' -or -name '*.sql' \) -exec ./extpo {} + \ | msgcat po/backend.pot - -o po/messages.pot for bcp in $(ENABLED_LANGUAGES); \ do \ |