From: Michael Prokop Date: Wed, 24 Jun 2020 07:54:53 +0000 (+0200) Subject: docs: drop no longer needed strong->bold workaround from asciidoc/xsltproc toolchain X-Git-Tag: v0.18.3~2 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=9b96f214d3b94a37be5540369c2fb71bdfcb3d7e;hp=f052436a3af57fc19e4ad7aeb8ca6e30b9ee4fee docs: drop no longer needed strong->bold workaround from asciidoc/xsltproc toolchain asciidoc/xsltproc seem to no longer need this strong->bold change, drop therefore. --- diff --git a/Makefile b/Makefile index 6951391..7a3f516 100644 --- a/Makefile +++ b/Makefile @@ -14,11 +14,9 @@ doc_man: man-stamp man-stamp: grml2usb.8.txt grml2iso.8.txt # grml2usb: asciidoc -d manpage -b docbook grml2usb.8.txt - sed -i 's///' grml2usb.8.xml xsltproc --novalid --nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml2usb.8.xml # grml2iso: asciidoc -d manpage -b docbook grml2iso.8.txt - sed -i 's///' grml2iso.8.xml xsltproc --novalid --nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml2iso.8.xml # we're done touch man-stamp