Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a0b18738
Commit
a0b18738
authored
Aug 28, 2003
by
Eli Zaretskii
Browse files
(elisp.dvi, index.texi): Replace Unix shell commands with equivalent
COMMAND.COM commands.
parent
85478bc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
msdos/ChangeLog
msdos/ChangeLog
+5
-0
msdos/sed6.inp
msdos/sed6.inp
+12
-0
No files found.
msdos/ChangeLog
View file @
a0b18738
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.
...
...
msdos/sed6.inp
View file @
a0b18738
...
...
@@ -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'
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment