Added debug information to the docs generation.

This is run during the lint run, before even knowing if the code
is valid.
Having debug information is quite useful here.
This commit is contained in:
Salvador E. Tropea 2020-08-28 16:33:25 -03:00
parent 7c11370afd
commit ab8550796d
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ all: ../README.md samples/generic_plot.kibot.yaml
samples/generic_plot.kibot.yaml: ../kibot/out_*.py ../kibot/pre_*.py ../kibot/config_reader.py
rm -f example.kibot.yaml
../src/kibot --example
../src/kibot -v --example
mv example.kibot.yaml $@