Mercurial > emacs
comparison msdos/sed6.inp @ 40880:3e7c2acdb425
(texinputdir): Add, for the lispref directory.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Nov 2001 14:06:08 +0000 |
parents | a4fb0c9be609 |
children | 14bc899ea288 |
comparison
equal
deleted
inserted
replaced
40879:e60c987b22bb | 40880:3e7c2acdb425 |
---|---|
1 # -sed6.inp----------------------------------------------------------- | 1 # -sed6.inp------------------------------------------------------------------ |
2 # Configuration script for man/Makefile under DJGPP v2.x | 2 # Configuration script for man/Makefile and lispref/Makefile under DJGPP v2.x |
3 # ---------------------------------------------------------------------- | 3 # --------------------------------------------------------------------------- |
4 # | 4 # |
5 # Copyright (C) 1997, 2000 | 5 # Copyright (C) 1997, 2000, 2001 |
6 # Free Software Foundation, Inc. | 6 # Free Software Foundation, Inc. |
7 # | 7 # |
8 # This file is part of GNU Emacs. | 8 # This file is part of GNU Emacs. |
9 # | 9 # |
10 # This file is free software; as a special exception, the author gives | 10 # This file is free software; as a special exception, the author gives |
20 /^VPATH *=/s/@[^@\n]*@/./ | 20 /^VPATH *=/s/@[^@\n]*@/./ |
21 /^ENVADD/c\ | 21 /^ENVADD/c\ |
22 ENVADD =\ | 22 ENVADD =\ |
23 export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\ | 23 export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\ |
24 export MAKEINFO := $(MAKEINFO) -I$(srcdir) | 24 export MAKEINFO := $(MAKEINFO) -I$(srcdir) |
25 /^texinputdir/c\ | |
26 texinputdir =\ | |
27 export texinputdir := $(srcdir)";"$(TEXINPUTS) |