Merge branch 'draft' into tammi-ch3-MAC

This commit is contained in:
heiko 2023-10-29 14:07:39 +00:00
commit 55a6aac9dd
3 changed files with 28 additions and 1 deletions

View file

@ -8,6 +8,7 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
LYCHEE ?= lychee
SOURCEDIR = source
BUILDDIR = build
@ -15,6 +16,9 @@ BUILDDIR = build
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
html-linkcheck: html
@$(LYCHEE) "$(BUILDDIR)/html/"*.html
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new

View file

@ -47,4 +47,4 @@ Produce text around discussion: https://mailarchive.ietf.org/arch/msg/openpgp/ZT
### SKESK
Also see https://flowcrypt.com/docs/guide/send-and-receive/send-password-protected.html
Also see https://flowcrypt.com/docs/guide/send-and-receive/send-password-protected-emails.html