From b2594ec8d375aaf77f077aa168f45c469cdd3d79 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 12 Jan 2021 13:43:35 -0300 Subject: [PATCH] Adapted Makefile to the new example.kibot.yaml file name. --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 0e023e9f..cdcb191d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 $@