Mercurial > emacs
annotate msdos/sedleim.inp @ 29422:be5a54fc840d
(sh-symbol-list, sh-number-or-symbol-list)
(sh-re-done): Use defconst.
(sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
(sh-help-string-for-variable, sh-guess-basic-offset):
Don't quote lambdas.
(sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
(sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 05 Jun 2000 07:26:01 +0000 |
parents | 00af2bda43f0 |
children | 62100be6ca6d |
rev | line source |
---|---|
24020 | 1 # -sedleim.inp----------------------------------------------------------- |
2 # Configuration script for leim/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 /^SHELL *=/c\ | |
25099
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
5 SHELL=/xyzzy/command\ |
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
6 MAKESHELL=/xyzzy/command |
24020 | 7 |
8 /^version=/d | |
9 /^prefix=/d | |
10 /^datadir=/s|@datadir@|../..| | |
11 /^srcdir=/s|@srcdir@|.| | |
12 | |
13 /^INSTALLDIR=/c\ | |
14 INSTALLDIR=. | |
15 | |
16 /^ cd ../c\ | |
17 ${MAKE} -C ../src ${MFLAGS} emacs | |
18 | |
19 /else make quail/c\ | |
20 if not exist quail\\nul make quail | |
21 | |
22 /^leim-list.el:/,/^$/ { | |
23 /^ if/d | |
24 /^ else/,/^ fi/d | |
25 s| *| | | |
26 /^ --eval/,/; \\$/s|\; \\|| | |
27 } | |
28 | |
29 /^install:/,/^$/c\ | |
30 install: all\ | |
31 | |
32 /^ ELC=/,/^ rm -f/c\ | |
33 rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc | |
34 | |
35 /^ if test -f/d |