Merge from emacs-23; up to 2010-05-28T19:18:47Z!juri@jurta.org.
[emacs.git] / msdos / sed6.inp
blob2c5f0273608b8010e45495835360c52ba915629e
1 # -sed6.inp------------------------------------------------------------------
2 # Configuration script for doc/emacs/Makefile, doc/lispref/Makefile,
3 # doc/lispintro/Makefile, and doc/misc/Makefile under DJGPP v2.x
4 # ---------------------------------------------------------------------------
6 # Copyright (C) 1997, 2000-2011 Free Software Foundation, Inc.
8 # This file is part of GNU Emacs.
10 # This file is free software; as a special exception, the author gives
11 # unlimited permission to copy and/or distribute it, with or without
12 # modifications, as long as this notice is preserved.
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 # ----------------------------------------------------------------------
19 /^srcdir *=/s/@[^@\n]*@/./
20 /^VPATH *=/s/@[^@\n]*@/./
21 /^ENVADD/c\
22 ENVADD =\
23 export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\
24 export MAKEINFO := $(MAKEINFO) -I$(srcdir)
25 /^texinputdir/c\
26 texinputdir =\
27 export texinputdir := $(srcdir)";"$(TEXINPUTS)
28 /^SHELL *=/s/^/# /
29 /^elisp.dvi:/,/^$/ {
30   /^     *if \[ *\a${permuted_index}/,/^         *fi *$/c\
31         command.com /c 'if not a${permuted_index}==a sh ./permute-index' \
32         command.com /c 'if not a${permuted_index}==a mv permuted.fns elisp.fns' \
33         command.com /c 'if not a${permuted_index}==a texindex elisp.tp' \
34         command.com /c 'if a${permuted_index}==a texindex elisp.??'
36 /^index.texi:/,/^$/ {
37   /^     *if \[ *\a${permuted_index}/,/^         *fi *$/c\
38         command.com /c 'if not a${permuted_index}==a cp -p ./index.perm index.texi' \
39         command.com /c 'if a${permuted_index}==a cp -p ./index.unperm index.texi'
41 /^maintainer-clean:/,/^$/ {
42   s/^   for file in $(INFO_TARGETS)\; do rm -f.*$/      rm -f $(INFO_TARGETS)/
45 /^mkinfodir *=/s| @.*$|@command.com /c if not exist ..\\..\\info\\emacs mkdir ..\\..\\info|