From ef4b2f8f95d6d71414da48f083bc3df7a1d09b63 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 29 Jun 2020 12:52:14 -0300 Subject: [PATCH] Regenarte the README.md when we run the linter. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0514b911..ca4ce38b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GROUP_ID=$(shell id -g) deb: fakeroot dpkg-buildpackage -uc -b -lint: +lint: doc # flake8 --filename is broken ln -sf src/kiplot kiplot.py # stop the build if there are Python syntax errors or undefined names