mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
Initial revision
This commit is contained in:
parent
44cd82f50f
commit
d466349d85
17
msdos/sed1.inp
Normal file
17
msdos/sed1.inp
Normal file
@ -0,0 +1,17 @@
|
||||
# ----------------------------------------------------------------------
|
||||
# Configuration script for makefile.in-in
|
||||
# ----------------------------------------------------------------------
|
||||
s/^#.*//
|
||||
s/^[ \f\t][ \f\t]*$//
|
||||
s/^ / /
|
||||
/^obj=/s!$! dosfns.o msdos.o!
|
||||
/window.elc/s!window.elc!window.elc ${lispdir}dos-fns.elc!
|
||||
s/\.h\.in/.h-in/
|
||||
s!^.-if.*inc-vers.*$!#!
|
||||
s!^ \./temacs! go32 temacs!
|
||||
s!/bin/sh!command.com!
|
||||
/DEBUG_MOLE *=/s/=.*$/=/
|
||||
/^.\${libsrc}make-doc/s!>.*$!!
|
||||
/^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC!
|
||||
/^.\${libsrc}make-docfile/s/\$/go32 $/
|
||||
/^[ ]*$/d
|
Loading…
Reference in New Issue
Block a user