summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-22 20:34:25 +0200
committerAlexandre Flament <alex@al-f.net>2021-06-22 20:34:25 +0200
commit915f3b0bdd56fd4a7c86ce0b6c91b8f47b86300b (patch)
tree23553b098d089f95c6b69c9453bf2553be19dae2 /Makefile
parent5081cd4ed7428c32f609cd24f73a8df94ec78abc (diff)
[fix] Makefile: remove themes.bootstrap
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)