chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d4bdc
)
Makefile: Add missing doc on pngs in docs
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 16 Apr 2021 17:17:31 +0000
(18:17 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 16 Apr 2021 17:17:31 +0000
(18:17 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8eeef04b51a606c361aaaed619f3d31ebc46f78e..0782e9c956552ac6a5a87b58df3b236cf7cec343 100644
(file)
--- 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 ----------