Fix configuring `doc' due to changes in the directory structure.
This commit is contained in:
parent
57df543ca0
commit
799303b632
2 changed files with 9 additions and 15 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-05 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* config.bat: Fix configuring `doc' due to changes in the
|
||||
directory structure.
|
||||
|
||||
2007-09-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: File gfdl.1 has been removed.
|
||||
|
|
19
config.bat
19
config.bat
|
@ -235,22 +235,11 @@ mv -f makefile.tmp Makefile
|
|||
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...
|
||||
|
|
Loading…
Add table
Reference in a new issue