X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=Makefile;h=5ab399add7525d5d8000fac295903bc6eeaca506;hp=8f790f8a30e9b82296f23f2d4ef52b686b2a4e86;hb=ec05bcfe556b932ea9036b8d044bb05d91a6f510;hpb=de7962ec3e53429a0e04feec3874b4bcc25e3748 diff --git a/Makefile b/Makefile index 8f790f8..5ab399a 100644 --- a/Makefile +++ b/Makefile @@ -9,16 +9,14 @@ doc: doc_man doc_html doc_html: html-stamp html-stamp: grml-debootstrap.8.txt - sed -i 's/^include::releasetable-man.txt\[\]/include::releasetable.txt\[\]/' grml-debootstrap.8.txt asciidoc -b xhtml11 -a icons grml-debootstrap.8.txt touch html-stamp 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