mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Update admins make-manuals for new output variable
* admin/admin.el (make-manuals-dist-output-variables): Add abs_top_builddir.
This commit is contained in:
parent
150d06644e
commit
19df5e7869
1 changed files with 1 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ style=\"text-align:left\">")
|
|||
|
||||
(defconst make-manuals-dist-output-variables
|
||||
'(("@\\(top_\\)?srcdir@" . ".") ; top_srcdir is wrong, but not used
|
||||
("@abs_top_builddir@" . "../../") ; only for in-tree builds
|
||||
("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .")
|
||||
("^\\(clean:.*\\)" . "\\1 infoclean")
|
||||
("@MAKEINFO@" . "makeinfo")
|
||||
|
|
|
|||
Loading…
Reference in a new issue