makerst: Fix support for module classes

Previous code expected only one XML per module, which is not the case for
e.g. mono or gdnative.
Also add newline after signal description to fix rst warning, and make the
script Python 3-compatible.

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-14 15:13:21 +02:00
parent e82a3f0168
commit deefc2a63d
2 changed files with 9 additions and 13 deletions

View file

@ -24,5 +24,5 @@ rst:
rm -rf $(OUTPUTDIR)/rst
mkdir -p $(OUTPUTDIR)/rst
pushd $(OUTPUTDIR)/rst
python2 $(TOOLSDIR)/makerst.py $(CLASSES)
python $(TOOLSDIR)/makerst.py $(CLASSES)
popd