From 1559ed386e65af909b7f758b89a64d9225f5b664 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 22 Jun 2021 10:22:33 +0200 Subject: [fix] pygments.less - remove pyenv_OK condition BTW: add pygments.less to the help message Signed-off-by: Markus Heiser --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b907e3228..173db8186 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3