(install): Install fns.el in ../bin, since Emacs

looks for it in exec-directory.
This commit is contained in:
Eli Zaretskii 1999-01-11 14:01:41 +00:00
parent c9afd87f08
commit 49464a309b

View file

@ -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