aboutsummaryrefslogtreecommitdiffstats
path: root/config.bat
diff options
context:
space:
mode:
authorEli Zaretskii2000-06-15 16:02:03 +0000
committerEli Zaretskii2000-06-15 16:02:03 +0000
commitefb81423f8fd8a26c721e977007af01f569eb7f8 (patch)
tree650918f884c26581c623afbe4ae8e250dc141971 /config.bat
parentb675095c93e303fb10e16b63147ff01ee14d3242 (diff)
downloademacs-efb81423f8fd8a26c721e977007af01f569eb7f8.tar.gz
emacs-efb81423f8fd8a26c721e977007af01f569eb7f8.zip
Generate lisp/Makefile from lisp/Makefile.in.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.bat b/config.bat
index 5c922551d0e..6bfd818953f 100644
--- a/config.bat
+++ b/config.bat
@@ -204,6 +204,11 @@ cd man
204sed -f ../msdos/sed6.inp < Makefile.in > Makefile 204sed -f ../msdos/sed6.inp < Makefile.in > Makefile
205cd .. 205cd ..
206rem ---------------------------------------------------------------------- 206rem ----------------------------------------------------------------------
207Echo Configuring the lisp directory...
208cd lisp
209sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile
210cd ..
211rem ----------------------------------------------------------------------
207If not Exist leim\quail\latin-pre.el goto maindir 212If not Exist leim\quail\latin-pre.el goto maindir
208Echo Configuring the leim directory... 213Echo Configuring the leim directory...
209cd leim 214cd leim