X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2FMakefile;h=3cd60ac3bbbd75b833ca59dab62db22c0e87e7a0;hb=f737aa83b1bff3567e9fedf619f095fca1c84596;hp=dccad8c15098c72d533f502e5abe4cce3dce8cd9;hpb=3b9a9d3fc11e9a33d9ea8325dbe02f1881b8f1fb;p=grml-network.git diff --git a/docs/Makefile b/docs/Makefile index dccad8c..3cd60ac 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -18,10 +18,12 @@ 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//'` -MANPAGES = grml-addtun.8 +MANPAGES = grml-vnet.8 all: doc