]> code.delx.au - gnu-emacs/blob - msdos/sed6.inp
New directory
[gnu-emacs] / msdos / sed6.inp
1 # -sed6.inp------------------------------------------------------------------
2 # Configuration script for man/Makefile, lispref/Makefile, and
3 # lispintro/Makefile under DJGPP v2.x
4 # ---------------------------------------------------------------------------
5 #
6 # Copyright (C) 1997, 2000, 2001
7 # Free Software Foundation, Inc.
8 #
9 # This file is part of GNU Emacs.
10 #
11 # This file is free software; as a special exception, the author gives
12 # unlimited permission to copy and/or distribute it, with or without
13 # modifications, as long as this notice is preserved.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 #
19 # ----------------------------------------------------------------------
20 /^srcdir *=/s/@[^@\n]*@/./
21 /^VPATH *=/s/@[^@\n]*@/./
22 /^ENVADD/c\
23 ENVADD =\
24 export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\
25 export MAKEINFO := $(MAKEINFO) -I$(srcdir)
26 /^texinputdir/c\
27 texinputdir =\
28 export texinputdir := $(srcdir)";"$(TEXINPUTS)
29 /^SHELL *=/s/^/# /