diff options
author | Glenn Morris <rgm@gnu.org> | 2013-07-23 18:57:17 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-07-23 18:57:17 -0400 |
commit | bbece175c960338be32e9c2381800d4657315ff3 (patch) | |
tree | 76185ca15097f07d0f99f961382bee391babcfe4 /doc/lispintro | |
parent | 97afc49a1a5e6482431ab7c6301561936fdcb4b5 (diff) | |
download | emacs-bbece175c960338be32e9c2381800d4657315ff3.tar.gz emacs-bbece175c960338be32e9c2381800d4657315ff3.tar.bz2 emacs-bbece175c960338be32e9c2381800d4657315ff3.zip |
Use a @configure_input@ comment at the start of generated Makefiles
Diffstat (limited to 'doc/lispintro')
-rw-r--r-- | doc/lispintro/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index b60c752e92b..d5462f9e70f 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in @@ -1,4 +1,4 @@ -#### Makefile for the Emacs Lisp Introduction manual +### @configure_input@ # Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc. |