Merge from origin/emacs-29
4df510c7a7
Fix VC package build when doc file isn't in a subdir382f5fa813
; * doc/emacs/package.texi (Fetching Package Sources): Fi...fc7e7c3fde
Fix type check in tramp-get-buffer-string2aa57fe6cf
; Fix typo in maintaining.texi (bug#64279)
This commit is contained in:
commit
e45ddf2fdc
4 changed files with 8 additions and 5 deletions
|
@ -386,7 +386,7 @@ FILE can be an Org file, indicated by its \".org\" extension,
|
|||
otherwise it's assumed to be an Info file."
|
||||
(let* ((pkg-name (package-desc-name pkg-desc))
|
||||
(default-directory (package-desc-dir pkg-desc))
|
||||
(docs-directory (expand-file-name (file-name-directory file)))
|
||||
(docs-directory (file-name-directory (expand-file-name file)))
|
||||
(output (expand-file-name (format "%s.info" pkg-name)))
|
||||
clean-up)
|
||||
(when (string-match-p "\\.org\\'" file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue