From d159323395d883769dc47ab9c6b3b4a3d5da7a4c Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Thu, 2 Feb 2006 22:39:56 +0100 Subject: [PATCH] makefile fix for asciidoc --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6e4ac34..832ab8d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ man8 = $(usr)/share/man/man8/ %.gz : %.txt ; asciidoc -d manpage -b docbook $^ + sed -i 's///' `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//'` -- 2.1.4