X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=doc%2FMakefile;h=135fb8640e55676e409380fea8bf648bc3fff948;hp=30f5e3bdca59bc13675705acf212b948fed89942;hb=037fd7068c07a73a81bb0cb11e67347ab6d5ec48;hpb=044d67ae243554c35bf3832f51bbac4570b04e77 diff --git a/doc/Makefile b/doc/Makefile index 30f5e3b..135fb86 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,12 +4,12 @@ %.gz : %.txt ; 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 + xsltproc -nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'` > /dev/null 2>&1 # 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-autoconfig.1 grml-autoconfig.8 grml-bootsplash.1 mkpersistenthome.1 restore-config.1 save-config.1 +MANPAGES = grml-autoconfig.1 grml-autoconfig.8 grml-bootsplash.1 restore-config.1 save-config.1 all: doc