From 915f3b0bdd56fd4a7c86ce0b6c91b8f47b86300b Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 22 Jun 2021 20:34:25 +0200 Subject: [PATCH] [fix] Makefile: remove themes.bootstrap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 173db818..cd541a9a 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 pygments.less +MANAGE += themes.all themes.oscar themes.simple pygments.less PHONY += $(MANAGE)