From dc114039396dc660dfebab812986fc0760fc3af2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 23 Jan 2019 16:41:20 +0100 Subject: [PATCH] Makefile: use https version of website as man.base.url.for.relative.links --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f790f8..5a88a6d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ doc_man: man-stamp man-stamp: grml-debootstrap.8.txt sed -i 's/^include::releasetable.txt\[\]/include::releasetable-man.txt\[\]/' grml-debootstrap.8.txt asciidoc -d manpage -b docbook grml-debootstrap.8.txt - xsltproc --nonet --stringparam man.base.url.for.relative.links http://grml.org/grml-debootstrap/ \ + xsltproc --nonet --stringparam man.base.url.for.relative.links https://grml.org/grml-debootstrap/ \ $(DOCBOOK_XML) grml-debootstrap.8.xml touch man-stamp -- 2.1.4