diff options
| author | Richard M. Stallman | 1993-12-19 13:56:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-19 13:56:32 +0000 |
| commit | d466349d85b2b3457d3a0a81e895963f46f9840d (patch) | |
| tree | 61631694fad84a116f9d334936feb023183d85ab | |
| parent | 44cd82f50f3b1790715d39a3843a6368116f2dac (diff) | |
| download | emacs-d466349d85b2b3457d3a0a81e895963f46f9840d.tar.gz emacs-d466349d85b2b3457d3a0a81e895963f46f9840d.zip | |
Initial revision
| -rw-r--r-- | msdos/sed1.inp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/msdos/sed1.inp b/msdos/sed1.inp new file mode 100644 index 00000000000..b37d2a15c0d --- /dev/null +++ b/msdos/sed1.inp | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | # ---------------------------------------------------------------------- | ||
| 2 | # Configuration script for makefile.in-in | ||
| 3 | # ---------------------------------------------------------------------- | ||
| 4 | s/^#.*// | ||
| 5 | s/^[ \f\t][ \f\t]*$// | ||
| 6 | s/^ / / | ||
| 7 | /^obj=/s!$! dosfns.o msdos.o! | ||
| 8 | /window.elc/s!window.elc!window.elc ${lispdir}dos-fns.elc! | ||
| 9 | s/\.h\.in/.h-in/ | ||
| 10 | s!^.-if.*inc-vers.*$!#! | ||
| 11 | s!^ \./temacs! go32 temacs! | ||
| 12 | s!/bin/sh!command.com! | ||
| 13 | /DEBUG_MOLE *=/s/=.*$/=/ | ||
| 14 | /^.\${libsrc}make-doc/s!>.*$!! | ||
| 15 | /^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC! | ||
| 16 | /^.\${libsrc}make-docfile/s/\$/go32 $/ | ||
| 17 | /^[ ]*$/d | ||