diff options
-rw-r--r-- | msdos/ChangeLog | 5 | ||||
-rw-r--r-- | msdos/mainmake.v2 | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index faffd4aec6e..6e5ebc656d9 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,8 @@ +2001-07-20 Eli Zaretskii <eliz@is.elta.co.il> + + * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not + already there. + 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index fc91310ef08..09a4ceefcab 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -107,6 +107,12 @@ install: all stubedit emacs.exe minstack=512k mv -f emacs.exe ../bin/ cd .. + djecho -s "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)" \ + " (normal-top-level-add-subdirs-to-load-path))" \ + > ./subdirs.el + if not exist .\site-lisp\subdirs.el \ + update ./subdirs.el ./site-lisp/subdirs.el + rm -f ./subdirs.el FRC: |