Makefile: HTML generation should depend on edithtml.sh.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-04-22 14:35:00 +01:00
parent 6c6843154d
commit 882aeb9aa5
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ rst2html5 -v --title="$(TITLE)" $< >$@
./edithtml.sh $@
endef
index.html: README.rst
index.html: README.rst edithtml.sh
$(PROCESSRST)
%.html: %.rst
%.html: %.rst edithtml.sh
$(PROCESSRST)
README.rst: .zipfilelist.current makeindex.sh README.template $(wildcard zip-*.rst)