mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(install): Install fns.el in ../bin, since Emacs
looks for it in exec-directory.
This commit is contained in:
parent
c9afd87f08
commit
49464a309b
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ install: all
|
|||
if exist etags.exe mv -f etags.exe ../bin
|
||||
if exist ctags.exe mv -f ctags.exe ../bin
|
||||
if exist b2m.exe mv -f b2m.exe ../bin
|
||||
if exist fns.el sed -e '' fns.el > ..\bin\fns.el
|
||||
cd ..
|
||||
cd src
|
||||
stubify emacs
|
||||
|
|
|
|||
Loading…
Reference in a new issue