X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=Makefile;h=15fa7de08e6d8dec7862d76c86ffa7fad71175dd;hp=5d3a052e0dae6162f1ca3f4d70b278eb00eec6d3;hb=178c7f0a37027f8252e90c9516ca4de1c0bb8314;hpb=cfed72fbf4abe304f4c789f024d95fac127b3f0f diff --git a/Makefile b/Makefile index 5d3a052..15fa7de 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ man-stamp: grml2usb.8.txt grml2iso.8.txt cp grml2usb.8 grml2usb.8.tmp uniq grml2usb.8.tmp > grml2usb.8 # ugly hack to avoid '.sp' at the end of a sentence or paragraph: - sed -i 's/\.sp//' grml2usb.8 + #sed -i 's/\.sp//' grml2usb.8 rm grml2usb.8.tmp # grml2iso: asciidoc -d manpage -b docbook grml2iso.8.txt @@ -32,7 +32,7 @@ man-stamp: grml2usb.8.txt grml2iso.8.txt cp grml2iso.8 grml2iso.8.tmp uniq grml2iso.8.tmp > grml2iso.8 # ugly hack to avoid '.sp' at the end of a sentence or paragraph: - sed -i 's/\.sp//' grml2iso.8 + #sed -i 's/\.sp//' grml2iso.8 rm grml2iso.8.tmp # we're done touch man-stamp