diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-13 16:51:15 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-13 16:51:15 +0100 |
commit | c8a1e0bda4db2132c14a914bbf7ed1426ba9a903 (patch) | |
tree | 10cfa8d5a6490ac8b6c79cc8a65101cd83700e8a /Makefile | |
parent | 0fc481f47ed8116b3acd4dd11c0527994582d526 (diff) | |
download | searxng-c8a1e0bda4db2132c14a914bbf7ed1426ba9a903.tar.gz searxng-c8a1e0bda4db2132c14a914bbf7ed1426ba9a903.zip |
move *.less files into seperate directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ minimal: bin/buildout minimal.cfg setup.py bin/buildout -c minimal.cfg $(options) styles: - @lessc -x searx/static/css/style.less > searx/static/css/style.css + @lessc -x searx/static/less/style.less > searx/static/css/style.css locales: @pybabel compile -d searx/translations |