]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace `make-docfile' with `make-doc.exe'. In case
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Apr 1996 18:37:18 +0000 (18:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Apr 1996 18:37:18 +0000 (18:37 +0000)
src/Makefile needs to rebuild `make-doc.exe', use one command per line.
Undo the previous change.

msdos/sed1.inp

index 65e4f957132e2a920b26b624d52bd3e25be8527d..6563d0e12286b1cace70f4cc3abed2ac4fa014eb 100644 (file)
@@ -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 /
 /^[\f   ]*$/d
 /^temacs:/s/prefix-args//
 /^     #/d