Adapted Makefile to the new example.kibot.yaml file name.
This commit is contained in:
parent
3e06f43ee2
commit
b2594ec8d3
|
|
@ -6,6 +6,6 @@ all: ../README.md samples/generic_plot.kibot.yaml
|
|||
cat README.in | perl replace_tags.pl > ../README.md
|
||||
|
||||
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
|
||||
mv example.kibot.yaml $@
|
||||
mv example_template.kibot.yaml $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue