X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/81d3d428c6b88e6c99f3fad6b7cc52c12236ff56..bd358779861f265a7acff31ead40172735af693e:/msdos/sed6.inp diff --git a/msdos/sed6.inp b/msdos/sed6.inp index 1f290fe3fa..a39061e867 100644 --- a/msdos/sed6.inp +++ b/msdos/sed6.inp @@ -3,8 +3,7 @@ # doc/lispintro/Makefile, and doc/misc/Makefile under DJGPP v2.x # --------------------------------------------------------------------------- # -# Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 1997, 2000-2013 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -19,13 +18,13 @@ # ---------------------------------------------------------------------- /^srcdir *=/s/@[^@\n]*@/./ /^VPATH *=/s/@[^@\n]*@/./ -/^ENVADD/c\ +/^MAKEINFO *=/s/@[^@\n]*@/makeinfo/ +/^INFO_EXT *=/s/@[^@\n]*@/.info/ +/^INFO_OPTS *=/s/@[^@\n]*@/--no-split/ +/^ENVADD/,/^$/c\ ENVADD =\ export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\ -export MAKEINFO := $(MAKEINFO) -I$(srcdir) -/^texinputdir/c\ -texinputdir =\ -export texinputdir := $(srcdir)";"$(TEXINPUTS) +export MAKEINFO := $(MAKEINFO) $(MAKEINFO_OPTS) /^SHELL *=/s/^/# / /^elisp.dvi:/,/^$/ { /^ *if \[ *\a${permuted_index}/,/^ *fi *$/c\ @@ -39,5 +38,9 @@ export texinputdir := $(srcdir)";"$(TEXINPUTS) 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| -# arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97