emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/msdos/sed6.inp


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/msdos/sed6.inp
Date: Thu, 28 Aug 2003 10:08:13 -0400

Index: emacs/msdos/sed6.inp
diff -c emacs/msdos/sed6.inp:1.5 emacs/msdos/sed6.inp:1.6
*** emacs/msdos/sed6.inp:1.5    Sat Nov 24 05:37:52 2001
--- emacs/msdos/sed6.inp        Thu Aug 28 10:08:12 2003
***************
*** 27,29 ****
--- 27,41 ----
  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'
+ }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]