summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-01-14 15:08:05 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-01-14 15:22:23 +0100
commite4f8f0483f418da953724ddcbc3d67cfe6373ea9 (patch)
treeaff1f5d386e706a86b5fe224a09d177057b7d27f /manage
parent5a1a43ef74e29e6a4b41ee29cb0788d6bab606ce (diff)
[mod] slightly improve `make node.clean themes.all`
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'manage')
-rwxr-xr-xmanage11
1 files changed, 0 insertions, 11 deletions
diff --git a/manage b/manage
index d19458c72..714f31512 100755
--- a/manage
+++ b/manage
@@ -94,8 +94,6 @@ pyenv.:
OK : test if virtualenv is OK
format.:
python : format Python code source using black
-pygments.:
- less : build LESS files for pygments
EOF
go.help
node.help
@@ -253,15 +251,6 @@ gecko.driver() {
dump_return $?
}
-pygments.less() {
- build_msg PYGMENTS "searxng_extra/update/update_pygments.py"
- if ! pyenv.cmd python searxng_extra/update/update_pygments.py; then
- build_msg PYGMENTS "building LESS files for pygments failed"
- return 1
- fi
- return 0
-}
-
py.build() {
build_msg BUILD "python package ${PYDIST}"
pyenv.cmd python setup.py \