aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2021-03-06 16:39:04 -0800
committerGlenn Morris2021-03-06 16:39:04 -0800
commit3c6d087def3daafce27ee2e4108b025d44826e90 (patch)
treec21508d7817e12fbe4048a9a5c761feda23b4453
parentd632622b5aac5ff776e1b5048f29aeaf3ceaf553 (diff)
downloademacs-3c6d087def3daafce27ee2e4108b025d44826e90.tar.gz
emacs-3c6d087def3daafce27ee2e4108b025d44826e90.zip
* admin/admin.el (make-manuals-dist-output-variables): Update.
-rw-r--r--admin/admin.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 203cf10687e..e3701070d03 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -665,7 +665,7 @@ style=\"text-align:left\">")
665 665
666(defconst make-manuals-dist-output-variables 666(defconst make-manuals-dist-output-variables
667 '(("@\\(top_\\)?srcdir@" . ".") ; top_srcdir is wrong, but not used 667 '(("@\\(top_\\)?srcdir@" . ".") ; top_srcdir is wrong, but not used
668 ("@abs_top_builddir@" . ".") ; wrong but unused 668 ("@\\(abs_\\)?top_builddir@" . ".") ; wrong but unused
669 ("^\\(EMACS *=\\).*" . "\\1 emacs") 669 ("^\\(EMACS *=\\).*" . "\\1 emacs")
670 ("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .") 670 ("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .")
671 ("^\\(clean:.*\\)" . "\\1 infoclean") 671 ("^\\(clean:.*\\)" . "\\1 infoclean")
@@ -684,9 +684,7 @@ style=\"text-align:left\">")
684 ("@INSTALL@" . "install -c") 684 ("@INSTALL@" . "install -c")
685 ("@INSTALL_DATA@" . "${INSTALL} -m 644") 685 ("@INSTALL_DATA@" . "${INSTALL} -m 644")
686 ("@configure_input@" . "") 686 ("@configure_input@" . "")
687 ("@AM_DEFAULT_VERBOSITY@" . "0") 687 ("@AM_DEFAULT_VERBOSITY@" . "0"))
688 ("@AM_V@" . "${V}")
689 ("@AM_DEFAULT_V@" . "${AM_DEFAULT_VERBOSITY}"))
690 "Alist of (REGEXP . REPLACEMENT) pairs for `make-manuals-dist'.") 688 "Alist of (REGEXP . REPLACEMENT) pairs for `make-manuals-dist'.")
691 689
692(defun make-manuals-dist--1 (root type) 690(defun make-manuals-dist--1 (root type)