diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-08-28 14:08:55 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-08-28 14:08:55 +0000 |
commit | a0b1873872f089de287dfa170649245c6ab8915f (patch) | |
tree | afb7346ee54a7181eb67dab4679da7179f32c2cb | |
parent | 85478bc688a99b83db58452e5b3318389b1bfb96 (diff) | |
download | emacs-a0b1873872f089de287dfa170649245c6ab8915f.tar.gz |
(elisp.dvi, index.texi): Replace Unix shell commands with equivalent
COMMAND.COM commands.
-rw-r--r-- | msdos/ChangeLog | 5 | ||||
-rw-r--r-- | msdos/sed6.inp | 12 |
2 files changed, 17 insertions, 0 deletions
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 <eliz@elta.co.il> + + * sed6.inp (elisp.dvi, index.texi): Replace Unix shell commands + with equivalent COMMAND.COM commands. + 2003-08-24 Eli Zaretskii <eliz@elta.co.il> * 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' +} |