mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
When link checking, always build HTML from scratch
To be on the safe side, always build HTML pages from scratch, so that lychee checks the actual current version of the files. Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
c9e7b03f53
commit
e13127e064
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ BUILDDIR = build
|
||||||
help:
|
help:
|
||||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||||
|
|
||||||
html-linkcheck: html
|
html-linkcheck: clean html
|
||||||
@$(LYCHEE) "$(BUILDDIR)/html/"*.html
|
@$(LYCHEE) "$(BUILDDIR)/html/"*.html
|
||||||
|
|
||||||
.PHONY: help Makefile
|
.PHONY: help Makefile
|
||||||
|
|
Loading…
Reference in a new issue