84
80
dev_txt_files := $(wildcard $(addsuffix /*.txt, doc/developers))
85
81
dev_htm_files := $(patsubst %.txt, %.html, $(dev_txt_files))
94
83
doc/developers/%.html: doc/developers/%.txt
95
84
python tools/rst2html.py --link-stylesheet --stylesheet=../default.css --footnote-references=superscript $< $@