Changes to allow "make foo.dvi" on DJGPP platforms:

(ENVADD): Redefine as empty, to avoid requiring a Unixy shell.
(TEXINPUTS): Use semi-colon; export explicitly.
(MAKEINFO): Export explicitly.
This commit is contained in:
Eli Zaretskii 2000-05-18 14:46:49 +00:00
parent 63dffd51db
commit fcd2e082ed
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2000-05-18 Eli Zaretskii <eliz@is.elta.co.il>
* sed6.inp: Changes to allow "make foo.dvi" on DJGPP platforms:
(ENVADD): Redefine as empty, to avoid requiring a Unixy shell.
(TEXINPUTS): Use semi-colon; export explicitly.
(MAKEINFO): Export explicitly.
2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
* mainmake.v2 (install): Install ebrowse.exe.

View file

@ -3,3 +3,7 @@
# ----------------------------------------------------------------------
/^srcdir *=/s/@[^@\n]*@/./
/^VPATH *=/s/@[^@\n]*@/./
/^ENVADD/c\
ENVADD =\
export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\
export MAKEINFO := $(MAKEINFO) -I$(srcdir)