On Tue, 12 Dec 2023 at 20:39, Breno Leitao <leitao@xxxxxxxxxx> wrote: > > > +$(YNL_RST_DIR)/%.rst: $(YNL_TOOL) > > +$(YNL_RST_DIR)/%.rst: $(YNL_YAML_DIR)/%.yaml $(YNL_TOOL) > > + $(YNL_TOOL) -i $< -o $@ > > Why do you need both lines here? Isn't the last line enough? > > $(YNL_RST_DIR)/%.rst: $(YNL_YAML_DIR)/%.yaml $(YNL_TOOL) Good catch. I didn't intend to leave that first line in. Thanks!