summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-13 16:51:15 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-13 16:51:15 +0100
commitc8a1e0bda4db2132c14a914bbf7ed1426ba9a903 (patch)
tree10cfa8d5a6490ac8b6c79cc8a65101cd83700e8a /Makefile
parent0fc481f47ed8116b3acd4dd11c0527994582d526 (diff)
downloadsearxng-c8a1e0bda4db2132c14a914bbf7ed1426ba9a903.tar.gz
searxng-c8a1e0bda4db2132c14a914bbf7ed1426ba9a903.zip
move *.less files into seperate directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 051cad36e..fbc1c4859 100644
--- a/Makefile
+++ b/Makefile
@@ -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