X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=802ced69840d7a50e4a35d94c98d386964645e16;hp=45b10e688eaa79661c5220f04667a6fafd1187d5;hb=bedd7c2ba3847ed39ab4c923c6e0f9e12873e4f9;hpb=37c81596e850e3b7e777e6af2f3e9f6bc1f1b9d3 diff --git a/doc/Makefile b/doc/Makefile index 45b10e6..802ced6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,8 +5,6 @@ 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 restore-config.1 save-config.1