diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:59:18 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:59:18 +0100 |
commit | 852dfc77c652fcd5557b097d37a3b5b5543391f9 (patch) | |
tree | 324d88ed4f06b5accdcaf1604b5669c73299c2b0 /Makefile | |
parent | a6c31ef7e64f6365192753c938d63eac527cd32a (diff) | |
download | searxng-852dfc77c652fcd5557b097d37a3b5b5543391f9.tar.gz searxng-852dfc77c652fcd5557b097d37a3b5b5543391f9.zip |
[enh] configurable localization
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |