From 7397c0ab414add1b6ea7e0c5eac698ca5859b695 Mon Sep 17 00:00:00 2001 From: christopheNan Date: Fri, 16 Aug 2019 22:47:30 +0200 Subject: [PATCH] Update Makefile since potodo removed --github option. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 629aa3e50..a7232db95 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ $(SPHINX_CONF): .PHONY: upgrade_venv upgrade_venv: $(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv - $(VENV)/bin/pip install -U potodo powrap pospell + $(VENV)/bin/pip install -U pip potodo powrap pospell $(VENV)/bin/activate: $(SPHINX_CONF) @@ -109,4 +109,4 @@ endif .PHONY: fuzzy fuzzy: $(VENV)/bin/potodo - $(VENV)/bin/potodo --github python/python-docs-fr -f + $(VENV)/bin/potodo -f