From: Thomas Roessler Date: Tue, 15 Feb 2000 08:44:32 +0000 (+0000) Subject: Remove superfluous empty lines from the text version of the manual. X-Git-Tag: mutt-1-1-4-rel~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95a543eaf86c4cb03be9e56c7d96193d19a94841;p=mutt Remove superfluous empty lines from the text version of the manual. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 3d1db601..6784dfd7 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -93,7 +93,11 @@ uninstall: -rm -rf $(DESTDIR)$(docdir) manual.txt: manual.sgml - sgml2txt -c latin manual || true + if sgml2txt -c latin manual ; then \ + uniq < manual.txt | expand > _manual.txt ; \ + rm manual.txt ; \ + mv _manual.txt manual.txt ;\ + fi manual.html: manual.sgml sgml2html manual || true