Mercurial > emacs
annotate msdos/sed6.inp @ 33758:8c1e62157545
(edebug-version)
(edebug-maintainer-address): Deleted.
(edebug-submit-bug-report): Just alias to report-emacs-bug.
(edebug-read-function): Account for other `'#' read forms.
(edebug-mode-menus): Make some items toggles.
(edebug-outside-unread-command-event, unread-command-event):
Remove these to avoid warnings.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 22 Nov 2000 16:24:34 +0000 |
parents | b77f0b29fdb9 |
children | a4fb0c9be609 |
rev | line source |
---|---|
20283 | 1 # -sed6.inp----------------------------------------------------------- |
2 # Configuration script for man/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 /^srcdir *=/s/@[^@\n]*@/./ | |
5 /^VPATH *=/s/@[^@\n]*@/./ | |
28972
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
6 /^ENVADD/c\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
7 ENVADD =\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
8 export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
9 export MAKEINFO := $(MAKEINFO) -I$(srcdir) |