X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2FMakefile;h=3cd60ac3bbbd75b833ca59dab62db22c0e87e7a0;hb=a76f80bd1da200588ac0f80e7e1fef4523d3c688;hp=a98def233cb8ba85656ff2f172f01d5a2d99d8cd;hpb=c1a2e60ccc51e1f658def184c3371fe41500c957;p=grml-network.git diff --git a/docs/Makefile b/docs/Makefile index a98def2..3cd60ac 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -18,6 +18,8 @@ man1 = $(usr)/share/man/man1/ asciidoc -d manpage -b docbook $^ #sed -i 's///g' `echo $^ |sed -e 's/.txt/.xml/'` xsltproc -nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'` &>/dev/null + # ugly hack to avoid '.sp' at the end of a sentence or paragraph: + sed -i 's/\.sp//' `echo $^ | sed -e 's/.txt//'` gzip -f --best `echo $^ |sed -e 's/.txt//'`