aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2010-09-28 21:25:59 -0700
committerGlenn Morris2010-09-28 21:25:59 -0700
commit5f87432784b9206ee921c5f2f0fd3044199df848 (patch)
tree67651089ff8bcc6d042cd5d6d96b5dfa65410a29 /doc
parent17a46341d80fd2ea11a5a77f0932b04db2bddfbb (diff)
downloademacs-5f87432784b9206ee921c5f2f0fd3044199df848.tar.gz
emacs-5f87432784b9206ee921c5f2f0fd3044199df848.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/Makefile.in4
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/Makefile.in4
4 files changed, 12 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 80be53432e0..79a2b0ec2f2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12010-09-29 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (top_srcdir): Remove unused variable.
4
12010-09-14 Glenn Morris <rgm@gnu.org> 52010-09-14 Glenn Morris <rgm@gnu.org>
2 6
3 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be 7 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index 765f6aa29fa..e2eb905128e 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -1,7 +1,8 @@
1#### Makefile for the Emacs Manual 1#### Makefile for the Emacs Manual
2 2
3# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4# 2004, 2005, 2006, 2007, 2008, 2009, 2010
5# Free Software Foundation, Inc.
5 6
6# This file is part of GNU Emacs. 7# This file is part of GNU Emacs.
7 8
@@ -23,7 +24,6 @@
23# subdirectory of the source tree. This is 24# subdirectory of the source tree. This is
24# set by the configure script's `--srcdir' option. 25# set by the configure script's `--srcdir' option.
25srcdir=@srcdir@ 26srcdir=@srcdir@
26top_srcdir=@top_srcdir@
27 27
28# Tell make where to find source files; this is needed for the makefiles. 28# Tell make where to find source files; this is needed for the makefiles.
29VPATH=@srcdir@ 29VPATH=@srcdir@
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 2cdc071f73d..4c00affc29a 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12010-09-29 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (top_srcdir): Remove unused variable.
4
12010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> 52010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * gnus-news.texi: Mention nnimap-inbox. 7 * gnus-news.texi: Mention nnimap-inbox.
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 18d9d9a6377..063b40975bf 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -1,7 +1,8 @@
1#### Makefile for documentation other than the Emacs manual. 1#### Makefile for documentation other than the Emacs manual.
2 2
3# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4# 2004, 2005, 2006, 2007, 2008, 2009, 2010
5# Free Software Foundation, Inc.
5 6
6# This file is part of GNU Emacs. 7# This file is part of GNU Emacs.
7 8
@@ -23,7 +24,6 @@
23# subdirectory of the source tree. This is 24# subdirectory of the source tree. This is
24# set by the configure script's `--srcdir' option. 25# set by the configure script's `--srcdir' option.
25srcdir=@srcdir@ 26srcdir=@srcdir@
26top_srcdir=@top_srcdir@
27 27
28# Tell make where to find source files; this is needed for the makefiles. 28# Tell make where to find source files; this is needed for the makefiles.
29VPATH=@srcdir@ 29VPATH=@srcdir@