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

@@ -59,6 +59,7 @@
- Add upload wizard step chapte.
- Improve and add additional diagrams.
- Change documenation theme to rtd.
- Fix "check for update" feature.
2.8 (2018-02-27)
================

View File

@@ -352,3 +352,6 @@ build:
cp -r /host_home/.pypirc ~/.pypirc && \
make wheel && \
cp dist/* /host_source/dist/"
check_readme:
python setup.py check -r -s

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