From 500a5748f81e75a986745db42ea6d17f22fd300b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 16 Apr 2021 18:17:31 +0100 Subject: [PATCH] Makefile: Add missing doc on pngs in docs Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8eeef04b..0782e9c9 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ doc-sphinx: docs/html/index.html @echo 'Documentation can now be found here:' @echo ' file://$(PWD)/$<' -docs/html/index.html: docs/conf.py $(wildcard docs/*.md docs/*.rst) +docs/html/index.html: docs/conf.py $(wildcard docs/*.md docs/*.rst docs/*.png) $(SPHINXBUILD) -M html docs docs $(SPHINXOPTS) #---------- wasm ---------- -- 2.30.2