aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-17 18:37:18 +0000
committerRichard M. Stallman1996-04-17 18:37:18 +0000
commit092191c69d015fc1f69d3255bd5dd8967e43d7be (patch)
tree1091d4323742a0d0a573fd1d210461bae98224ae
parenta5dfed3e36d1cb86af1ff83ab76d802d34620431 (diff)
downloademacs-092191c69d015fc1f69d3255bd5dd8967e43d7be.tar.gz
emacs-092191c69d015fc1f69d3255bd5dd8967e43d7be.zip
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.
-rw-r--r--msdos/sed1.inp14
1 files changed, 13 insertions, 1 deletions
diff --git a/msdos/sed1.inp b/msdos/sed1.inp
index 65e4f957132..6563d0e1228 100644
--- a/msdos/sed1.inp
+++ b/msdos/sed1.inp
@@ -1,6 +1,10 @@
1# -sed1.inp------------------------------------------------------------- 1# -sed1.inp-------------------------------------------------------------
2# Configuration script for src/makefile 2# Configuration script for src/makefile
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4#
5# In case src/Makefile needs to rebuild `make-doc.exe' (might happen under
6# Win95), make sure it gets built with commands that DOS
7# understands (one command per line).
4s/^#.*// 8s/^#.*//
5s/^[ \f\t][ \f\t]*$// 9s/^[ \f\t][ \f\t]*$//
6s/^ / / 10s/^ / /
@@ -19,8 +23,16 @@ s!/bin/sh!command.com!
19/^S_FILE *=/s!@[^@\n]*@!s/msdos.h! 23/^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
20/^@SET_MAKE@$/s/@SET_MAKE@// 24/^@SET_MAKE@$/s/@SET_MAKE@//
21/^.\${libsrc}make-docfile.*>/s!make-docfile!make-doc.exe -o ../etc/DOC! 25/^.\${libsrc}make-docfile.*>/s!make-docfile!make-doc.exe -o ../etc/DOC!
22/^.\${libsrc}make-docfile.*-a/s!make-docfile!make-doc.exe!
23/^.\${libsrc}make-doc/s!>.*$!! 26/^.\${libsrc}make-doc/s!>.*$!!
27/^\${libsrc}make-docfile:/c\
28${libsrc}make-doc.exe:\
29 cd ..\
30 cd lib-src\
31 $(MAKE) ${MFLAGS} make-docfile -W make-docfile.c\
32 cd ..\
33 cd src
34/^ cd \${libsrc}; \${MAKE} \${MFLAGS} make-docfile/d
35/\${libsrc}make-docfile/s/-docfile[ ]/-doc.exe /
24/^[ ]*$/d 36/^[ ]*$/d
25/^temacs:/s/prefix-args// 37/^temacs:/s/prefix-args//
26/^ #/d 38/^ #/d