Adapted Makefile to the new example.kibot.yaml file name.

This commit is contained in:
Salvador E. Tropea 2021-01-12 13:43:35 -03:00
parent 3e06f43ee2
commit b2594ec8d3
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ all: ../README.md samples/generic_plot.kibot.yaml
cat README.in | perl replace_tags.pl > ../README.md cat README.in | perl replace_tags.pl > ../README.md
samples/generic_plot.kibot.yaml: ../kibot/out_*.py ../kibot/pre_*.py ../kibot/config_reader.py samples/generic_plot.kibot.yaml: ../kibot/out_*.py ../kibot/pre_*.py ../kibot/config_reader.py
rm -f example.kibot.yaml rm -f example_template.kibot.yaml
../src/kibot -v --example ../src/kibot -v --example
mv example.kibot.yaml $@ mv example_template.kibot.yaml $@