auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

main 9619753f: * GNUmakefile (README): Fix spacing in generated README.


From: Arash Esbati
Subject: main 9619753f: * GNUmakefile (README): Fix spacing in generated README.
Date: Wed, 24 Jul 2024 06:49:36 -0400 (EDT)

branch: main
commit 9619753f3d361c649b013e7429190c0254b9dfcb
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    * GNUmakefile (README): Fix spacing in generated README.
---
 GNUmakefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index dd969698..06405960 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -90,11 +90,13 @@ clean:
                auctex-autoloads.el \
                $(DYNVARSFILES)
 
-# Copied&adapted from doc/Makefile.in.
+# Copied&adapted from doc/Makefile.in.  The 'echo ""' part fixes the
+# spacing above the insertion from preview-readme.texi.
 MAKEINFO_PLAIN=$(MAKEINFO) -D rawfile --no-headers
 README: doc/intro.texi doc/preview-readme.texi doc/macros.texi
        (cd doc; $(MAKEINFO_PLAIN) intro.texi --output -) >$@
-       (cd doc; $(MAKEINFO_PLAIN) preview-readme.texi --output -) >> $@
+       (cd doc; echo "") >>$@
+       (cd doc; $(MAKEINFO_PLAIN) preview-readme.texi --output -) >>$@
 
 # Committer date of HEAD.
 AUCTEXDATE:=$(shell (git log -n1 --pretty=tformat:"%ci" 2>/dev/null \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]