Commit c42ac986 authored by Federico Vaga's avatar Federico Vaga

doc: no need to into cheby directory to build cheby files

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent ee0c274d
......@@ -16,7 +16,7 @@ all: $(HTML)
.PHONY: clean
CHEBY_BUILD=(cd $(dir $<); $(CHEBY) -i $(notdir $<) --gen-doc --doc html) > $@
CHEBY_BUILD=$(CHEBY) -i $< --gen-doc --doc html > $@
fmc_adc_mezzanine_mmap.htm: $(TOP_DIR)/hdl/cheby/fmc_adc_mezzanine_mmap.cheby
$(CHEBY_BUILD)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment