Page MenuHomeFreeBSD

D53930.1788912158.diff
No OneTemporary

Size
829 B
Referenced Files
None
Subscribers
None

D53930.1788912158.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
Wed, Sep 9, 12:02 AM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29524726
Default Alt Text
D53930.1788912158.diff (829 B)

Event Timeline