aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2013-08-27 23:01:52 -0700
committerPaul Eggert2013-08-27 23:01:52 -0700
commit50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92 (patch)
treea58d431171217eb2172386e3b67452fa09d79f99 /doc
parentf60e429a1a1a0d6a51761ef12e54dde52967f085 (diff)
downloademacs-50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92.tar.gz
emacs-50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92.zip
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/Makefile.in2
-rw-r--r--doc/lispintro/ChangeLog5
-rw-r--r--doc/lispintro/Makefile.in2
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/Makefile.in2
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/Makefile.in2
8 files changed, 24 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index f94db60f25f..2dd245a92ba 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
12013-08-17 Xue Fuqiao <xfq.free@gmail.com> 62013-08-17 Xue Fuqiao <xfq.free@gmail.com>
2 7
3 * text.texi (Enriched Justification): Minor fixes. 8 * text.texi (Enriched Justification): Minor fixes.
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index 7aeead4e2f6..bf9f8152ad4 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -17,7 +17,7 @@
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19 19
20SHELL = /bin/sh 20SHELL = @SHELL@
21 21
22# NB If you add any more configure variables, 22# NB If you add any more configure variables,
23# update the sed rules in the dist target below. 23# update the sed rules in the dist target below.
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index db02a257a3a..a47183f4d27 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -1,3 +1,8 @@
12013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
12013-08-12 Glenn Morris <rgm@gnu.org> 62013-08-12 Glenn Morris <rgm@gnu.org>
2 7
3 * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo. 8 * emacs-lisp-intro.texi (Complete copy-region-as-kill): Fix typo.
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in
index ad1b978f255..363e12215b3 100644
--- a/doc/lispintro/Makefile.in
+++ b/doc/lispintro/Makefile.in
@@ -17,7 +17,7 @@
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19 19
20SHELL = /bin/sh 20SHELL = @SHELL@
21 21
22# NB If you add any more configure variables, 22# NB If you add any more configure variables,
23# update the sed rules in the dist target below. 23# update the sed rules in the dist target below.
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index d27f58c0efa..8b5aa65ff96 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
12013-08-26 Stefan Monnier <monnier@iro.umontreal.ca> 62013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * variables.texi (File Local Variables): Don't recommend quoting! Ever! 8 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in
index c7aa5ac1a28..164646ac433 100644
--- a/doc/lispref/Makefile.in
+++ b/doc/lispref/Makefile.in
@@ -17,7 +17,7 @@
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19 19
20SHELL = /bin/sh 20SHELL = @SHELL@
21 21
22# NB If you add any more configure variables, 22# NB If you add any more configure variables,
23# update the sed rules in the dist target below. 23# update the sed rules in the dist target below.
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index c08de7e4a59..22148deace0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
12013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> 62013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 Try to reduce redundancy in doc/misc/Makefile.in. 8 Try to reduce redundancy in doc/misc/Makefile.in.
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 0c2b48aa67e..30fc4953172 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -17,7 +17,7 @@
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19 19
20SHELL = /bin/sh 20SHELL = @SHELL@
21 21
22# Where to find the source code. $(srcdir) will be the man-aux 22# Where to find the source code. $(srcdir) will be the man-aux
23# subdirectory of the source tree. This is 23# subdirectory of the source tree. This is