From 95a543eaf86c4cb03be9e56c7d96193d19a94841 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 15 Feb 2000 08:44:32 +0000 Subject: [PATCH] Remove superfluous empty lines from the text version of the manual. --- doc/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.40.0