]> git.eshelyaron.com Git - emacs.git/commitdiff
Update admins make-manuals for new output variable
authorGlenn Morris <rgm@gnu.org>
Sun, 28 Feb 2021 22:26:46 +0000 (14:26 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 28 Feb 2021 22:28:34 +0000 (14:28 -0800)
* admin/admin.el (make-manuals-dist-output-variables):
Add abs_top_builddir.

admin/admin.el

index d032c1ceb854010026bc005de06d099ce9bddc15..704c38d6f9143122d16d9d7c5c3a544029f522ad 100644 (file)
@@ -665,6 +665,7 @@ style=\"text-align:left\">")
 \f
 (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")