]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused variable top_srcdir from doc Makefiles.
authorGlenn Morris <rgm@gnu.org>
Wed, 29 Sep 2010 04:25:59 +0000 (21:25 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 29 Sep 2010 04:25:59 +0000 (21:25 -0700)
* doc/emacs/Makefile.in (top_srcdir): Remove unused variable.
* doc/misc/Makefile.in (top_srcdir): Remove unused variable.

doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in

index 80be53432e039609df62993f2e04bc5215c1f198..79a2b0ec2f2fc11acb9b4a7fd0709f6c9fd08d49 100644 (file)
@@ -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
index 765f6aa29fa0a4ef697192d4ae452931da4eee8b..e2eb905128ea12f4990d4f9b72c5cf6720226ed7 100644 (file)
@@ -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@
index 2cdc071f73d8bd0739355d90999e85e43377ae48..4c00affc29aff0abe4c5ff734c877f01163056ac 100644 (file)
@@ -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.
index 18d9d9a637771fec10827f81bdfa90e67cda0d30..063b40975bfae1b92eae0652ee6f6e27443fb7c8 100644 (file)
@@ -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@