X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=doc%2FMakefile;h=802ced69840d7a50e4a35d94c98d386964645e16;hp=135fb8640e55676e409380fea8bf648bc3fff948;hb=HEAD;hpb=037fd7068c07a73a81bb0cb11e67347ab6d5ec48 diff --git a/doc/Makefile b/doc/Makefile index 135fb86..802ced6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,11 +5,9 @@ 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 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 restore-config.1 save-config.1 +MANPAGES = grml-autoconfig.1 grml-autoconfig.8 restore-config.1 save-config.1 all: doc