diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-22 10:22:33 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-22 10:22:33 +0200 |
commit | 1559ed386e65af909b7f758b89a64d9225f5b664 (patch) | |
tree | 4b4806b4e0a70a35a45e93e030b4843180863142 /Makefile | |
parent | 04492b76debc1f05b6d143a7dbbde2e85860e07b (diff) | |
download | searxng-1559ed386e65af909b7f758b89a64d9225f5b664.tar.gz searxng-1559ed386e65af909b7f758b89a64d9225f5b664.zip |
[fix] pygments.less - remove pyenv_OK condition
BTW: add pygments.less to the help message
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ MANAGE += py.build py.clean MANAGE += pyenv pyenv.install pyenv.uninstall MANAGE += pypi.upload pypi.upload.test MANAGE += test.yamllint test.pylint test.pep8 test.unit test.coverage test.robot test.clean -MANAGE += themes.all themes.oscar themes.simple themes.bootstrap +MANAGE += themes.all themes.oscar themes.simple themes.bootstrap pygments.less PHONY += $(MANAGE) |