From: Michael Prokop Date: Wed, 23 Jan 2019 15:41:20 +0000 (+0100) Subject: Makefile: use https version of website as man.base.url.for.relative.links X-Git-Tag: v0.87~9 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=dc114039396dc660dfebab812986fc0760fc3af2;ds=sidebyside Makefile: use https version of website as man.base.url.for.relative.links --- 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