summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-22 00:59:18 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-22 00:59:18 +0100
commit852dfc77c652fcd5557b097d37a3b5b5543391f9 (patch)
tree324d88ed4f06b5accdcaf1604b5669c73299c2b0 /Makefile
parenta6c31ef7e64f6365192753c938d63eac527cd32a (diff)
downloadsearxng-852dfc77c652fcd5557b097d37a3b5b5543391f9.tar.gz
searxng-852dfc77c652fcd5557b097d37a3b5b5543391f9.zip
[enh] configurable localization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bf8f7052..cc5967581 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,11 @@ production: bin/buildout production.cfg setup.py
minimal: bin/buildout minimal.cfg setup.py
bin/buildout -c minimal.cfg $(options)
+locales:
+ @pybabel compile -d searx/translations
+
clean:
@rm -rf .installed.cfg .mr.developer.cfg bin parts develop-eggs \
searx.egg-info lib include .coverage coverage
-.PHONY: all tests robot flake8 coverage production minimal clean
+.PHONY: all tests robot flake8 coverage production minimal locales clean