Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1c53d42
Commit
a1c53d42
authored
Apr 16, 2019
by
Glenn Morris
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/admin.el (make-manuals-dist--1):
Update for incompatible copy-file change re "directories".
parent
d0f745f6
Pipeline
#1318
passed with stage
in 29 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
admin/admin.el
admin/admin.el
+2
-1
No files found.
admin/admin.el
View file @
a1c53d42
...
...
@@ -696,6 +696,7 @@ style=\"text-align:left\">")
(if (file-directory-p stem)
(delete-directory stem t))
(make-directory stem)
(setq stem (file-name-as-directory stem))
(copy-file "../doc/misc/texinfo.tex" stem)
(unless (equal type "emacs")
(copy-file "../doc/emacs/emacsver.texi" stem)
...
...
@@ -718,7 +719,7 @@ style=\"text-align:left\">")
(setq ats t)
(message "Unexpanded: %s" (match-string 0)))
(if ats (error "Unexpanded configure variables in Makefile?")))
(write-region nil nil (expand-file-name (format "%s
/
Makefile" stem))
(write-region nil nil (expand-file-name (format "%sMakefile" stem))
nil 'silent))
(call-process "tar" nil nil nil "-cf" tarfile stem)
(delete-directory stem t)
...
...
EMBA bot
@bot
mentioned in commit
0797897f
·
Apr 17, 2019
mentioned in commit
0797897f
mentioned in commit 0797897f34467272b150eba54aa3bbff19e92aa1
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment