X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=Makefile;h=7a3f51674212e9daf907f56f6f410bfb88ae1ba3;hp=6951391a9a24ab7543ab3a3432dccf218f311158;hb=9b96f214d3b94a37be5540369c2fb71bdfcb3d7e;hpb=f052436a3af57fc19e4ad7aeb8ca6e30b9ee4fee;ds=sidebyside 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