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:
parent
63dffd51db
commit
fcd2e082ed
2 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -3,3 +3,7 @@
|
|||
# ----------------------------------------------------------------------
|
||||
/^srcdir *=/s/@[^@\n]*@/./
|
||||
/^VPATH *=/s/@[^@\n]*@/./
|
||||
/^ENVADD/c\
|
||||
ENVADD =\
|
||||
export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\
|
||||
export MAKEINFO := $(MAKEINFO) -I$(srcdir)
|
||||
|
|
Loading…
Add table
Reference in a new issue