From 1b5a364412ab07e4bfe587240ad97d8743ec09d6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Nov 2001 14:03:38 +0000 Subject: [PATCH] Configure in `lispref'. --- ChangeLog | 4 ++++ config.bat | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 99771f452fa..b9b5a263b50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-10 Eli Zaretskii + + * config.bat: Configure in `lispref'. + 2001-11-09 Richard M. Stallman * Makefile.in (bootstrap-lisp): Don't suppress error messages. diff --git a/config.bat b/config.bat index 4869d96046e..cd3e8e296ce 100644 --- a/config.bat +++ b/config.bat @@ -218,6 +218,11 @@ cd man sed -f ../msdos/sed6.inp < Makefile.in > Makefile cd .. rem ---------------------------------------------------------------------- +Echo Configuring the ELisp manual directory... +cd lispref +sed -f ../msdos/sed6.inp < Makefile.in > Makefile +cd .. +rem ---------------------------------------------------------------------- Echo Configuring the lisp directory... cd lisp sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile -- 2.39.5