X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=Makefile;h=9e17781eafc78bf7808d9b321c89d5bc73eb71a9;hp=8fe138b9804a5c72438cbff543967a04df3604dc;hb=15a11433dd0fc15f7a16130578d1a50bd1cdcdcf;hpb=cd8a1e58531fbc46b89630896f796b7d0e42b47e diff --git a/Makefile b/Makefile index 8fe138b..9e17781 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ 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 /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-debootstrap.8.xml + xsltproc --stringparam man.base.url.for.relative.links http://grml.org/grml-debootstrap/ \ + /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-debootstrap.8.xml touch man-stamp shellcheck: