diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin.el | 3 |
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) |