aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-24 10:37:52 +0000
committerEli Zaretskii2001-11-24 10:37:52 +0000
commit5d1927f87b1390dd243bf2a480b17a5a0957a54a (patch)
tree76b3989d04c01cb45567e4309ee90b38614789a4
parentaae3cbdf8f591c97305fb0821fe8035576eeb967 (diff)
downloademacs-5d1927f87b1390dd243bf2a480b17a5a0957a54a.tar.gz
emacs-5d1927f87b1390dd243bf2a480b17a5a0957a54a.zip
(SHELL): Comment away, for lispintro.
-rw-r--r--msdos/sed6.inp4
1 files changed, 3 insertions, 1 deletions
diff --git a/msdos/sed6.inp b/msdos/sed6.inp
index 398cff822f4..eb82598bf5e 100644
--- a/msdos/sed6.inp
+++ b/msdos/sed6.inp
@@ -1,5 +1,6 @@
1# -sed6.inp------------------------------------------------------------------ 1# -sed6.inp------------------------------------------------------------------
2# Configuration script for man/Makefile and lispref/Makefile under DJGPP v2.x 2# Configuration script for man/Makefile, lispref/Makefile, and
3# lispintro/Makefile under DJGPP v2.x
3# --------------------------------------------------------------------------- 4# ---------------------------------------------------------------------------
4# 5#
5# Copyright (C) 1997, 2000, 2001 6# Copyright (C) 1997, 2000, 2001
@@ -25,3 +26,4 @@ export MAKEINFO := $(MAKEINFO) -I$(srcdir)
25/^texinputdir/c\ 26/^texinputdir/c\
26texinputdir =\ 27texinputdir =\
27export texinputdir := $(srcdir)";"$(TEXINPUTS) 28export texinputdir := $(srcdir)";"$(TEXINPUTS)
29/^SHELL *=/s/^/# /