emacs-diffs
[Top][All Lists]
Advanced

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

master ee65275: ; Makefile.in: Update a comment.


From: Glenn Morris
Subject: master ee65275: ; Makefile.in: Update a comment.
Date: Thu, 4 Mar 2021 13:41:47 -0500 (EST)

branch: master
commit ee6527545d4d81e27cfd8b460881c57e2bc5c40a
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    ; Makefile.in: Update a comment.
---
 Makefile.in | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index a69c01b..71d38f1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -999,6 +999,10 @@ info-real: $(INFOS)
 pdf: $(PDFS)
 ps: $(PSS)
 
+# The dependency is due to those doc/misc/ manuals that use .org sources.
+# Depending on src is sufficient, but ends up being slow, since the
+# uncompiled lisp/org/*.el files are used to build the .texi files
+# (which is slow even with the elc files).
 misc-info: lisp
 
 info-dir: ${srcdir}/info/dir
@@ -1092,13 +1096,6 @@ uninstall-ps: $(UNINSTALL_PS)
 # would require changing every rule in doc/ that builds an info file,
 # and it's not worth it.  This case is only relevant if you download a
 # release, then change the .texi files.
-
-# The dependency is due to those doc/misc/ manuals that use .org sources.
-# I would have preferred to just add this to the misc-info target,
-# but that gave parallel build errors.
-# Depending on src is sufficient, but ends up being slow, since the
-# uncompiled lisp/org/*.el files are used to build the .texi files
-# (which is slow even with the elc files).
 ifneq ($(HAVE_MAKEINFO),no)
 info: info-real info-dir
 else



reply via email to

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