X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/acaf905b1130aae80fa59d2c861ffd4c8eb75486..f92d0aa141a0d97f8eb0de7253cc56931a62816d:/msdos/sed6.inp diff --git a/msdos/sed6.inp b/msdos/sed6.inp index 6d44f99530..a209d7ac6b 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp @@ -3,7 +3,7 @@ # doc/lispintro/Makefile, and doc/misc/Makefile under DJGPP v2.x # --------------------------------------------------------------------------- # -# Copyright (C) 1997, 2000-2012 Free Software Foundation, Inc. +# Copyright (C) 1997, 2000-2016 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -19,26 +19,16 @@ /^srcdir *=/s/@[^@\n]*@/./ /^VPATH *=/s/@[^@\n]*@/./ /^MAKEINFO *=/s/@[^@\n]*@/makeinfo/ +/^AM_DEFAULT_VERBOSITY *=/s/@AM_DEFAULT_VERBOSITY@/1/ +/^[Aa][Mm]_/s/@AM_V@/$(V)/ +/^[Aa][Mm]_/s/@AM_DEFAULT_V@/$(AM_DEFAULT_VERBOSITY)/ /^ENVADD/,/^$/c\ ENVADD =\ -export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\ +export TEXINPUTS := $(srcdir)";"$(texinfodir)";"$(TEXINPUTS)\ export MAKEINFO := $(MAKEINFO) $(MAKEINFO_OPTS) /^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.??' +/^doc-emacsver:/,/^$/ { + s/emacsver\.texi\.in/emacsver.in/g + s/\.texi\.\$\$\$\$/.tmp/g + s/[^ ]*move-if-change/update/ } -/^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' -} -/^maintainer-clean:/,/^$/ { - s/^ for file in $(INFO_TARGETS)\; do rm -f.*$/ rm -f $(INFO_TARGETS)/ -} - -/^mkinfodir *=/s| @.*$|@command.com /c if not exist ..\\..\\info\\emacs mkdir ..\\..\\info| -