From a0b1873872f089de287dfa170649245c6ab8915f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 28 Aug 2003 14:08:55 +0000 Subject: [PATCH] (elisp.dvi, index.texi): Replace Unix shell commands with equivalent COMMAND.COM commands. --- msdos/ChangeLog | 5 +++++ msdos/sed6.inp | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/msdos/ChangeLog b/msdos/ChangeLog index fb6b27f81f2..e230be94465 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,8 @@ +2003-08-28 Eli Zaretskii + + * sed6.inp (elisp.dvi, index.texi): Replace Unix shell commands + with equivalent COMMAND.COM commands. + 2003-08-24 Eli Zaretskii * sed3v2.inp (EXEEXT): Define to an empty string. diff --git a/msdos/sed6.inp b/msdos/sed6.inp index eb82598bf5e..0425278c34d 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp @@ -27,3 +27,15 @@ export MAKEINFO := $(MAKEINFO) -I$(srcdir) texinputdir =\ export texinputdir := $(srcdir)";"$(TEXINPUTS) /^SHELL *=/s/^/# / +/^elisp.dvi:/,/^$/ { + /^ *if \[ *\a${permuted_index}/,/^ *fi *$/c\ + command.com /c 'if not a${permuted_index}==a sh ./permute-index' \ + command.com /c 'if not a${permuted_index}==a mv permuted.fns elisp.fns' \ + command.com /c 'if not a${permuted_index}==a texindex elisp.tp' \ + command.com /c 'if a${permuted_index}==a texindex elisp.??' +} +/^index.texi:/,/^$/ { + /^ *if \[ *\a${permuted_index}/,/^ *fi *$/c\ + command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \ + command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi' +} -- 2.39.2