emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/config.bat,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/config.bat,v
Date: Fri, 05 Oct 2007 09:39:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/10/05 09:39:10

Index: config.bat
===================================================================
RCS file: /cvsroot/emacs/emacs/config.bat,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- config.bat  26 Jul 2007 05:26:01 -0000      1.45
+++ config.bat  5 Oct 2007 09:39:10 -0000       1.46
@@ -235,22 +235,11 @@
 cd ..
 :oldx1
 rem   ----------------------------------------------------------------------
-Echo Configuring the manual directory...
-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 ELisp Introduction manual directory...
-Rem The two variants for the line below is for when the shell
+Echo Configuring the doc directory...
+cd doc
+Rem The two variants for lispintro below is for when the shell
 Rem supports long file names but DJGPP does not
-if exist lispintro\Makefile.in cd lispintro
-if exist lispintr\Makefile.in cd lispintr
-sed -f ../msdos/sed6.inp < Makefile.in > Makefile
+for %%d in (emacs lispref lispintro lispintr misc) do sed -f ../msdos/sed6.inp 
< %%d\Makefile.in > %%d\Makefile
 cd ..
 rem   ----------------------------------------------------------------------
 Echo Configuring the lisp directory...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]