X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=doc%2FMakefile;h=802ced69840d7a50e4a35d94c98d386964645e16;hp=3075fcbaba6ddfadbb1a5d4e3c3380d55038b739;hb=4c0e0818e388ef9791e79614267a5684fb7dc8b4;hpb=1166510144cf164d1b671f6b24ac5cf37b0444fa diff --git a/doc/Makefile b/doc/Makefile index 3075fcb..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 mkpersistenthome.1 restore-config.1 save-config.1 +MANPAGES = grml-autoconfig.1 grml-autoconfig.8 restore-config.1 save-config.1 all: doc