changeset 110642:35c472420ce6

Remove unused variable top_srcdir from doc Makefiles. * doc/emacs/Makefile.in (top_srcdir): Remove unused variable. * doc/misc/Makefile.in (top_srcdir): Remove unused variable.
author Glenn Morris <rgm@gnu.org>
date Tue, 28 Sep 2010 21:25:59 -0700
parents 1b24798e2816
children 12f445671c17
files doc/emacs/ChangeLog doc/emacs/Makefile.in doc/misc/ChangeLog doc/misc/Makefile.in
diffstat 4 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Tue Sep 28 21:19:30 2010 -0700
+++ b/doc/emacs/ChangeLog	Tue Sep 28 21:25:59 2010 -0700
@@ -1,3 +1,7 @@
+2010-09-29  Glenn Morris  <rgm@gnu.org>
+
+	* Makefile.in (top_srcdir): Remove unused variable.
+
 2010-09-14  Glenn Morris  <rgm@gnu.org>
 
 	* cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
--- a/doc/emacs/Makefile.in	Tue Sep 28 21:19:30 2010 -0700
+++ b/doc/emacs/Makefile.in	Tue Sep 28 21:25:59 2010 -0700
@@ -1,7 +1,8 @@
 #### Makefile for the Emacs Manual
 
 # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-#   2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+#   2004, 2005, 2006, 2007, 2008, 2009, 2010
+#   Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -23,7 +24,6 @@
 # subdirectory of the source tree.  This is
 # set by the configure script's `--srcdir' option.
 srcdir=@srcdir@
-top_srcdir=@top_srcdir@
 
 # Tell make where to find source files; this is needed for the makefiles.
 VPATH=@srcdir@
--- a/doc/misc/ChangeLog	Tue Sep 28 21:19:30 2010 -0700
+++ b/doc/misc/ChangeLog	Tue Sep 28 21:25:59 2010 -0700
@@ -1,3 +1,7 @@
+2010-09-29  Glenn Morris  <rgm@gnu.org>
+
+	* Makefile.in (top_srcdir): Remove unused variable.
+
 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 	* gnus-news.texi: Mention nnimap-inbox.
--- a/doc/misc/Makefile.in	Tue Sep 28 21:19:30 2010 -0700
+++ b/doc/misc/Makefile.in	Tue Sep 28 21:25:59 2010 -0700
@@ -1,7 +1,8 @@
 #### Makefile for documentation other than the Emacs manual.
 
 # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-#   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+#   2004, 2005, 2006, 2007, 2008, 2009, 2010
+#   Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -23,7 +24,6 @@
 # subdirectory of the source tree.  This is
 # set by the configure script's `--srcdir' option.
 srcdir=@srcdir@
-top_srcdir=@top_srcdir@
 
 # Tell make where to find source files; this is needed for the makefiles.
 VPATH=@srcdir@