Replace make-docfile' with
make-doc.exe'. In case
src/Makefile needs to rebuild `make-doc.exe', use one command per line. Undo the previous change.
This commit is contained in:
parent
a5dfed3e36
commit
092191c69d
1 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
# -sed1.inp-------------------------------------------------------------
|
||||
# Configuration script for src/makefile
|
||||
# ----------------------------------------------------------------------
|
||||
#
|
||||
# In case src/Makefile needs to rebuild `make-doc.exe' (might happen under
|
||||
# Win95), make sure it gets built with commands that DOS
|
||||
# understands (one command per line).
|
||||
s/^#.*//
|
||||
s/^[ \f\t][ \f\t]*$//
|
||||
s/^ / /
|
||||
|
@ -19,8 +23,16 @@ s!/bin/sh!command.com!
|
|||
/^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
|
||||
/^@SET_MAKE@$/s/@SET_MAKE@//
|
||||
/^.\${libsrc}make-docfile.*>/s!make-docfile!make-doc.exe -o ../etc/DOC!
|
||||
/^.\${libsrc}make-docfile.*-a/s!make-docfile!make-doc.exe!
|
||||
/^.\${libsrc}make-doc/s!>.*$!!
|
||||
/^\${libsrc}make-docfile:/c\
|
||||
${libsrc}make-doc.exe:\
|
||||
cd ..\
|
||||
cd lib-src\
|
||||
$(MAKE) ${MFLAGS} make-docfile -W make-docfile.c\
|
||||
cd ..\
|
||||
cd src
|
||||
/^ cd \${libsrc}; \${MAKE} \${MFLAGS} make-docfile/d
|
||||
/\${libsrc}make-docfile/s/-docfile[ ]/-doc.exe /
|
||||
/^[ ]*$/d
|
||||
/^temacs:/s/prefix-args//
|
||||
/^ #/d
|
||||
|
|
Loading…
Add table
Reference in a new issue