diff options
| author | Eli Zaretskii | 2000-06-15 16:02:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-06-15 16:02:03 +0000 |
| commit | efb81423f8fd8a26c721e977007af01f569eb7f8 (patch) | |
| tree | 650918f884c26581c623afbe4ae8e250dc141971 /config.bat | |
| parent | b675095c93e303fb10e16b63147ff01ee14d3242 (diff) | |
| download | emacs-efb81423f8fd8a26c721e977007af01f569eb7f8.tar.gz emacs-efb81423f8fd8a26c721e977007af01f569eb7f8.zip | |
Generate lisp/Makefile from lisp/Makefile.in.
Diffstat (limited to 'config.bat')
| -rw-r--r-- | config.bat | 5 |
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 | |||
| 204 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile | 204 | sed -f ../msdos/sed6.inp < Makefile.in > Makefile |
| 205 | cd .. | 205 | cd .. |
| 206 | rem ---------------------------------------------------------------------- | 206 | rem ---------------------------------------------------------------------- |
| 207 | Echo Configuring the lisp directory... | ||
| 208 | cd lisp | ||
| 209 | sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile | ||
| 210 | cd .. | ||
| 211 | rem ---------------------------------------------------------------------- | ||
| 207 | If not Exist leim\quail\latin-pre.el goto maindir | 212 | If not Exist leim\quail\latin-pre.el goto maindir |
| 208 | Echo Configuring the leim directory... | 213 | Echo Configuring the leim directory... |
| 209 | cd leim | 214 | cd leim |