Commit 41f1b4ad authored by Federico Vaga's avatar Federico Vaga

doc: add rest doc generation from cheby

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7c7d60eb
......@@ -76,6 +76,7 @@ hdl/svec/sim/testbench/top/work/
doc/manual/fmcadc100m14b4cha_gateware_manual.info
doc/manual/fmcadc100m14b4cha_gateware_manual.pdf
doc/manual/fmcadc100m14b4cha_gateware_manual.txt
doc/gateware/regs/*.rst
*.texi
*.aux
*.log
......
......@@ -16,8 +16,9 @@ CHEBY ?= cheby
all: html rest
html : $(addsuffix .htm, $(FILES))
rest : $(addsuffix .rst, $(FILES))
.PHONY: clean html
.PHONY: clean html rest
vpath %.cheby $(TOP_DIR)/hdl/cheby/
vpath %.cheby $(TOP_DIR)/hdl/ip_cores/spec/hdl/rtl/
......@@ -26,5 +27,8 @@ vpath %.cheby $(TOP_DIR)/hdl/ip_cores/svec/hdl/rtl/
%.htm: %.cheby
$(CHEBY) -i $< --gen-doc --doc html > $@
%.rst: %.cheby
$(CHEBY) -i $< --gen-doc --doc rest > $@
clean:
@rm -f *.md *.rst *.htm
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