aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
authorGlenn Morris2019-04-17 09:32:40 -0700
committerGlenn Morris2019-04-17 09:32:40 -0700
commit0797897f34467272b150eba54aa3bbff19e92aa1 (patch)
treede30b455898572def032c92a57955ebc36d2b496 /admin/admin.el
parent41d9004e1cf50aa18720b52c6228b06e35ca96f5 (diff)
parenta1c53d4294550380de76d6a6c4e29e9e8f6f9133 (diff)
downloademacs-0797897f34467272b150eba54aa3bbff19e92aa1.tar.gz
emacs-0797897f34467272b150eba54aa3bbff19e92aa1.zip
Merge from origin/emacs-26
a1c53d4 (origin/emacs-26) * admin/admin.el (make-manuals-dist--1): Up... d0f745f Document some compilation-mode faces 23ccba0 Mention the assignment form in "Copyright Assignment" 0f5568e Fix confusing wording in the user manual 70ec392 Fix the MSDOS build when running under CWSDPMI 7a608fc * lisp/progmodes/python.el: Be more careful about temp file r...
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 650cf47b807..d411b97ebbc 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -696,6 +696,7 @@ style=\"text-align:left\">")
696 (if (file-directory-p stem) 696 (if (file-directory-p stem)
697 (delete-directory stem t)) 697 (delete-directory stem t))
698 (make-directory stem) 698 (make-directory stem)
699 (setq stem (file-name-as-directory stem))
699 (copy-file "../doc/misc/texinfo.tex" stem) 700 (copy-file "../doc/misc/texinfo.tex" stem)
700 (unless (equal type "emacs") 701 (unless (equal type "emacs")
701 (copy-file "../doc/emacs/emacsver.texi" stem) 702 (copy-file "../doc/emacs/emacsver.texi" stem)
@@ -718,7 +719,7 @@ style=\"text-align:left\">")
718 (setq ats t) 719 (setq ats t)
719 (message "Unexpanded: %s" (match-string 0))) 720 (message "Unexpanded: %s" (match-string 0)))
720 (if ats (error "Unexpanded configure variables in Makefile?"))) 721 (if ats (error "Unexpanded configure variables in Makefile?")))
721 (write-region nil nil (expand-file-name (format "%s/Makefile" stem)) 722 (write-region nil nil (expand-file-name (format "%sMakefile" stem))
722 nil 'silent)) 723 nil 'silent))
723 (call-process "tar" nil nil nil "-cf" tarfile stem) 724 (call-process "tar" nil nil nil "-cf" tarfile stem)
724 (delete-directory stem t) 725 (delete-directory stem t)