diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-05-18 14:46:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-05-18 14:46:49 +0000 |
commit | fcd2e082eddcc47ac26796b2c8c54c96e76cb4ba (patch) | |
tree | 4e9fe704a77e91ae02fafd6bec1eccffb5c62baf /msdos/ChangeLog | |
parent | 63dffd51db074c8c66f9502117794c4cc3cf41a1 (diff) | |
download | emacs-fcd2e082eddcc47ac26796b2c8c54c96e76cb4ba.tar.gz |
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.
Diffstat (limited to 'msdos/ChangeLog')
-rw-r--r-- | msdos/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 4b892cef7c6..8ba8f419eee 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -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. |