summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-01 10:18:57 +0100
committerAlexandre Flament <alex@al-f.net>2020-12-17 11:33:28 +0100
commit9bc1856e2b23ef3572e5715895ee626f08ec24a7 (patch)
tree44421b8b123bc997b1d5d559278c05323bd0189a /Makefile
parent88660fde90c2d618f2d317ff1cafdf71508982f6 (diff)
downloadsearxng-9bc1856e2b23ef3572e5715895ee626f08ec24a7.tar.gz
searxng-9bc1856e2b23ef3572e5715895ee626f08ec24a7.zip
[mod] themes: remove legacy, courgette and pix-art themes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 4a873f0c6..7704b337f 100644
--- a/Makefile
+++ b/Makefile
@@ -152,8 +152,8 @@ node.clean:
# build themes
# ------------
-PHONY += themes.bootstrap themes themes.oscar themes.simple themes.legacy themes.courgette themes.pixart
-themes: buildenv themes.bootstrap themes.oscar themes.simple themes.legacy themes.courgette themes.pixart
+PHONY += themes.bootstrap themes themes.oscar themes.simple
+themes: buildenv themes.bootstrap themes.oscar themes.simple
quiet_cmd_lessc = LESSC $3
cmd_lessc = PATH="$$(npm bin):$$PATH" \
@@ -171,20 +171,6 @@ themes.simple: node.env
$(Q)echo '[!] build simple theme'
$(call cmd,grunt,searx/static/themes/simple/gruntfile.js)
-themes.legacy: node.env
- $(Q)echo '[!] build legacy theme'
- $(call cmd,lessc,themes/legacy/less/style-rtl.less,themes/legacy/css/style-rtl.css)
- $(call cmd,lessc,themes/legacy/less/style.less,themes/legacy/css/style.css)
-
-themes.courgette: node.env
- $(Q)echo '[!] build courgette theme'
- $(call cmd,lessc,themes/courgette/less/style.less,themes/courgette/css/style.css)
- $(call cmd,lessc,themes/courgette/less/style-rtl.less,themes/courgette/css/style-rtl.css)
-
-themes.pixart: node.env
- $(Q)echo '[!] build pixart theme'
- $(call cmd,lessc,themes/pix-art/less/style.less,themes/pix-art/css/style.css)
-
themes.bootstrap: node.env
$(call cmd,lessc,less/bootstrap/bootstrap.less,css/bootstrap.min.css)