Regenarte the README.md when we run the linter.

This commit is contained in:
Salvador E. Tropea 2020-06-29 12:52:14 -03:00
parent adb9e26750
commit ef4b2f8f95
1 changed files with 1 additions and 1 deletions

View File

@ -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