makefile fix for asciidoc
authorMichael Gebetsroither <michael.geb@gmx.at>
Thu, 2 Feb 2006 21:39:56 +0000 (22:39 +0100)
committerMichael Gebetsroither <michael.geb@gmx.at>
Thu, 2 Feb 2006 21:39:56 +0000 (22:39 +0100)
Makefile

index 6e4ac34..832ab8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ man8 = $(usr)/share/man/man8/
 
 %.gz : %.txt ;
        asciidoc -d manpage -b docbook $^
+       sed -i 's/<emphasis role="strong">/<emphasis role="bold">/' `echo $^ |sed -e 's/.txt/.xml/'`
        xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'`
        gzip -f --best `echo $^ |sed -e 's/.txt//'`