]> code.delx.au - gnu-emacs/blobdiff - msdos/sed6.inp
In M-%, avoid making buffer-local binding of text-property-default-nonsticky
[gnu-emacs] / msdos / sed6.inp
index 1f290fe3fab24a38bde46dd22a9de31203283efe..5df8c2776b97ef7554524513ec520fc09cad3ae5 100644 (file)
@@ -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-2016 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
 # ----------------------------------------------------------------------
 /^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$(INFO_EXT) mkdir ..\\..\\info|
 
-# arch-tag: defe1001-f35a-47f7-9635-3f5d33ee5e97