* admin/admin.el (make-manuals-dist-output-variables): Update.
This commit is contained in:
parent
d632622b5a
commit
3c6d087def
1 changed files with 2 additions and 4 deletions
|
@ -665,7 +665,7 @@ style=\"text-align:left\">")
|
|||
|
||||
(defconst make-manuals-dist-output-variables
|
||||
'(("@\\(top_\\)?srcdir@" . ".") ; top_srcdir is wrong, but not used
|
||||
("@abs_top_builddir@" . ".") ; wrong but unused
|
||||
("@\\(abs_\\)?top_builddir@" . ".") ; wrong but unused
|
||||
("^\\(EMACS *=\\).*" . "\\1 emacs")
|
||||
("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .")
|
||||
("^\\(clean:.*\\)" . "\\1 infoclean")
|
||||
|
@ -684,9 +684,7 @@ style=\"text-align:left\">")
|
|||
("@INSTALL@" . "install -c")
|
||||
("@INSTALL_DATA@" . "${INSTALL} -m 644")
|
||||
("@configure_input@" . "")
|
||||
("@AM_DEFAULT_VERBOSITY@" . "0")
|
||||
("@AM_V@" . "${V}")
|
||||
("@AM_DEFAULT_V@" . "${AM_DEFAULT_VERBOSITY}"))
|
||||
("@AM_DEFAULT_VERBOSITY@" . "0"))
|
||||
"Alist of (REGEXP . REPLACEMENT) pairs for `make-manuals-dist'.")
|
||||
|
||||
(defun make-manuals-dist--1 (root type)
|
||||
|
|
Loading…
Add table
Reference in a new issue