Page MenuHomeFreeBSD

D53930.diff
No OneTemporary

D53930.diff

diff --git a/documentation/Makefile b/documentation/Makefile
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -110,6 +110,7 @@
all: requirements starting-message generate-pgpkeys-txt build
run: requirements starting-message generate-pgpkeys-txt run-local
+run-https: requirements starting-message generate-pgpkeys-txt
# clean does not call pdf-clean as that is a subset of hugo-clean
clean: hugo-clean pgp-clean
@@ -147,6 +148,10 @@
HUGO_DISABLELANGUAGES="${SKIP_LANGS}" ${HUGO_CMD} server \
${HUGO_ARGS} -D $(BIND:D--bind=$(BIND)) --baseURL="http://$(.HOST):1313"
+run-https: .PHONY
+ HUGO_DISABLELANGUAGES="${SKIP_LANGS}" ${HUGO_CMD} server \
+ ${HUGO_ARGS} -D $(BIND:D--bind=$(BIND)) --baseURL="https://$(.HOST)"
+
build: .PHONY
HUGO_DISABLELANGUAGES="${SKIP_LANGS}" ${HUGO_CMD} ${HUGO_ARGS}

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 3:46 AM (41 m, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32058623
Default Alt Text
D53930.diff (829 B)

Event Timeline