diff options
| author | Glenn Morris | 2021-02-28 14:26:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2021-02-28 14:28:34 -0800 |
| commit | 19df5e78692f4bf496407c4b93cd580933d90ad7 (patch) | |
| tree | 333f3d89d970bd6114df47f98d2a6043c4fc33ec /admin | |
| parent | 150d06644ee841badec858ab3aae28e10a160791 (diff) | |
| download | emacs-19df5e78692f4bf496407c4b93cd580933d90ad7.tar.gz emacs-19df5e78692f4bf496407c4b93cd580933d90ad7.zip | |
Update admins make-manuals for new output variable
* admin/admin.el (make-manuals-dist-output-variables):
Add abs_top_builddir.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el index d032c1ceb85..704c38d6f91 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -665,6 +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@" . "../../") ; only for in-tree builds | ||
| 668 | ("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .") | 669 | ("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .") |
| 669 | ("^\\(clean:.*\\)" . "\\1 infoclean") | 670 | ("^\\(clean:.*\\)" . "\\1 infoclean") |
| 670 | ("@MAKEINFO@" . "makeinfo") | 671 | ("@MAKEINFO@" . "makeinfo") |