Add Makefile target to check the format of the README.rst file.

Signed-off-by: Michael Price <loneviking72@gmail.com>
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Michael Price
2018-03-22 04:08:27 -04:00
committed by Roberto Rosario
parent fe242c3039
commit 30fd0a397f
3 changed files with 9 additions and 0 deletions

View File

@@ -421,6 +421,11 @@ Release checklist
8. Check README.rst format with::
$ python setup.py check -r -s
or with::
$ make check_readme
9. Build source package and test::