From 9b96f214d3b94a37be5540369c2fb71bdfcb3d7e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 24 Jun 2020 09:54:53 +0200 Subject: [PATCH] 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. --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.1.4