comparison config.bat @ 91040:14c4a6aac623

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author Miles Bader <miles@gnu.org>
date Thu, 11 Oct 2007 16:14:00 +0000
parents f55f9811f5d7 15154fa4af1a
children 606f2d163a64
comparison
equal deleted inserted replaced
91039:eefadc1e1d5e 91040:14c4a6aac623
233 mv -f makefile.tmp Makefile 233 mv -f makefile.tmp Makefile
234 :oldx2 234 :oldx2
235 cd .. 235 cd ..
236 :oldx1 236 :oldx1
237 rem ---------------------------------------------------------------------- 237 rem ----------------------------------------------------------------------
238 Echo Configuring the manual directory... 238 Echo Configuring the doc directory...
239 cd man 239 cd doc
240 sed -f ../msdos/sed6.inp < Makefile.in > Makefile 240 Rem The two variants for lispintro below is for when the shell
241 cd ..
242 rem ----------------------------------------------------------------------
243 Echo Configuring the ELisp manual directory...
244 cd lispref
245 sed -f ../msdos/sed6.inp < Makefile.in > Makefile
246 cd ..
247 rem ----------------------------------------------------------------------
248 Echo Configuring the ELisp Introduction manual directory...
249 Rem The two variants for the line below is for when the shell
250 Rem supports long file names but DJGPP does not 241 Rem supports long file names but DJGPP does not
251 if exist lispintro\Makefile.in cd lispintro 242 for %%d in (emacs lispref lispintro lispintr misc) do sed -f ../msdos/sed6.inp < %%d\Makefile.in > %%d\Makefile
252 if exist lispintr\Makefile.in cd lispintr
253 sed -f ../msdos/sed6.inp < Makefile.in > Makefile
254 cd .. 243 cd ..
255 rem ---------------------------------------------------------------------- 244 rem ----------------------------------------------------------------------
256 Echo Configuring the lisp directory... 245 Echo Configuring the lisp directory...
257 cd lisp 246 cd lisp
258 sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile 247 sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile