diff options
| author | Glenn Morris | 2014-10-12 18:47:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-12 18:47:48 -0700 |
| commit | 7410c4e8720ff62f69e5032f1c2fd0325fb8457a (patch) | |
| tree | af9eb0fa29f02a69c168908a5f8a16d23a279960 | |
| parent | b1d5ab0352b6132eee4feaf9091ce7dc7a3e6a84 (diff) | |
| parent | be3e1b61b5e6ce5c49fd845e549639362333ab58 (diff) | |
| download | emacs-7410c4e8720ff62f69e5032f1c2fd0325fb8457a.tar.gz emacs-7410c4e8720ff62f69e5032f1c2fd0325fb8457a.zip | |
Merge from emacs-24; up to 2014-07-26T12:14:42Z!schwab@linux-m68k.org
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/Makefile.in | 16 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispintro/Makefile.in | 15 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 15 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 15 |
8 files changed, 77 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b1be1416a77..23e1d0dff76 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (dist): Update for new output variables. | ||
| 4 | |||
| 1 | 2014-10-12 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-10-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics) | 7 | * macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics) |
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index e9894ac2207..352768517fa 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in | |||
| @@ -209,6 +209,7 @@ bootstrap-clean maintainer-clean: distclean infoclean | |||
| 209 | 209 | ||
| 210 | ## Make a standalone tarfile of the Emacs manual sources. | 210 | ## Make a standalone tarfile of the Emacs manual sources. |
| 211 | ## The [c] is a dumb way to prevent configure expanding it. | 211 | ## The [c] is a dumb way to prevent configure expanding it. |
| 212 | ## TODO this is getting increasingly lengthy; not sure it is worth keeping. | ||
| 212 | dist: | 213 | dist: |
| 213 | rm -rf emacs-manual-${version} | 214 | rm -rf emacs-manual-${version} |
| 214 | mkdir emacs-manual-${version} | 215 | mkdir emacs-manual-${version} |
| @@ -219,6 +220,21 @@ dist: | |||
| 219 | -e 's/^\(clean:.*\)/\1 infoclean/' \ | 220 | -e 's/^\(clean:.*\)/\1 infoclean/' \ |
| 220 | -e "s/@ver[s]ion@/${version}/" \ | 221 | -e "s/@ver[s]ion@/${version}/" \ |
| 221 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ | 222 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ |
| 223 | -e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \ | ||
| 224 | -e 's|@SH[E]LL@|/bin/bash|' \ | ||
| 225 | -e 's|@[p]refix@|/usr/local|' \ | ||
| 226 | -e 's|@[d]atarootdir@|$${prefix}/share|' \ | ||
| 227 | -e 's|@[d]atadir@|$${datarootdir}|' \ | ||
| 228 | -e 's|@[P]ACKAGE_TARNAME@|emacs|' \ | ||
| 229 | -e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \ | ||
| 230 | -e 's|@[d]vidir@|$${docdir}|' \ | ||
| 231 | -e 's|@[h]tmldir@|$${docdir}|' \ | ||
| 232 | -e 's|@[p]dfdir@|$${docdir}|' \ | ||
| 233 | -e 's|@[p]sdir@|$${docdir}|' \ | ||
| 234 | -e 's|@[G]ZIP_PROG@|gzip|' \ | ||
| 235 | -e 's|@IN[S]TALL@|install -c|' \ | ||
| 236 | -e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \ | ||
| 237 | -e '/@[c]onfigure_input@/d' \ | ||
| 222 | ${srcdir}/Makefile.in > emacs-manual-${version}/Makefile | 238 | ${srcdir}/Makefile.in > emacs-manual-${version}/Makefile |
| 223 | @if grep '@[a-zA-Z_]*@' emacs-manual-${version}/Makefile; then \ | 239 | @if grep '@[a-zA-Z_]*@' emacs-manual-${version}/Makefile; then \ |
| 224 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ | 240 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ |
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 70d7767635f..6ccac447134 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (dist): Update for new output variables. | ||
| 4 | |||
| 1 | 2014-07-16 Álvar Jesús Ibeas Martín <alvar.ibeas@unican.es> (tiny change) | 5 | 2014-07-16 Álvar Jesús Ibeas Martín <alvar.ibeas@unican.es> (tiny change) |
| 2 | 6 | ||
| 3 | * emacs-lisp-intro.texi (Variables, Buffer Names, if & or) | 7 | * emacs-lisp-intro.texi (Variables, Buffer Names, if & or) |
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index b40c26767cc..49d3fe3c957 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in | |||
| @@ -134,6 +134,21 @@ dist: | |||
| 134 | -e 's/^\(clean:.*\)/\1 infoclean/' \ | 134 | -e 's/^\(clean:.*\)/\1 infoclean/' \ |
| 135 | -e "s/@ver[s]ion@/${version}/" \ | 135 | -e "s/@ver[s]ion@/${version}/" \ |
| 136 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ | 136 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ |
| 137 | -e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \ | ||
| 138 | -e 's|@SH[E]LL@|/bin/bash|' \ | ||
| 139 | -e 's|@[p]refix@|/usr/local|' \ | ||
| 140 | -e 's|@[d]atarootdir@|$${prefix}/share|' \ | ||
| 141 | -e 's|@[d]atadir@|$${datarootdir}|' \ | ||
| 142 | -e 's|@[P]ACKAGE_TARNAME@|emacs|' \ | ||
| 143 | -e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \ | ||
| 144 | -e 's|@[d]vidir@|$${docdir}|' \ | ||
| 145 | -e 's|@[h]tmldir@|$${docdir}|' \ | ||
| 146 | -e 's|@[p]dfdir@|$${docdir}|' \ | ||
| 147 | -e 's|@[p]sdir@|$${docdir}|' \ | ||
| 148 | -e 's|@[G]ZIP_PROG@|gzip|' \ | ||
| 149 | -e 's|@IN[S]TALL@|install -c|' \ | ||
| 150 | -e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \ | ||
| 151 | -e '/@[c]onfigure_input@/d' \ | ||
| 137 | ${srcdir}/Makefile.in > emacs-lispintro-${version}/Makefile | 152 | ${srcdir}/Makefile.in > emacs-lispintro-${version}/Makefile |
| 138 | @if grep '@[a-zA-Z_]*@' emacs-lispintro-${version}/Makefile; then \ | 153 | @if grep '@[a-zA-Z_]*@' emacs-lispintro-${version}/Makefile; then \ |
| 139 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ | 154 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8ec524cc534..3955bd09b38 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (dist): Update for new output variables. | ||
| 4 | |||
| 1 | 2014-10-12 Glenn Morris <rgm@gnu.org> | 5 | 2014-10-12 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * elisp.texi (DATE): Bump to October 2014. | 7 | * elisp.texi (DATE): Bump to October 2014. |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 2919d97b3a3..22955fb9bae 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -192,6 +192,21 @@ dist: | |||
| 192 | -e 's/^\(clean:.*\)/\1 infoclean/' \ | 192 | -e 's/^\(clean:.*\)/\1 infoclean/' \ |
| 193 | -e "s/@ver[s]ion@/${version}/" \ | 193 | -e "s/@ver[s]ion@/${version}/" \ |
| 194 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ | 194 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ |
| 195 | -e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \ | ||
| 196 | -e 's|@SH[E]LL@|/bin/bash|' \ | ||
| 197 | -e 's|@[p]refix@|/usr/local|' \ | ||
| 198 | -e 's|@[d]atarootdir@|$${prefix}/share|' \ | ||
| 199 | -e 's|@[d]atadir@|$${datarootdir}|' \ | ||
| 200 | -e 's|@[P]ACKAGE_TARNAME@|emacs|' \ | ||
| 201 | -e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \ | ||
| 202 | -e 's|@[d]vidir@|$${docdir}|' \ | ||
| 203 | -e 's|@[h]tmldir@|$${docdir}|' \ | ||
| 204 | -e 's|@[p]dfdir@|$${docdir}|' \ | ||
| 205 | -e 's|@[p]sdir@|$${docdir}|' \ | ||
| 206 | -e 's|@[G]ZIP_PROG@|gzip|' \ | ||
| 207 | -e 's|@IN[S]TALL@|install -c|' \ | ||
| 208 | -e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \ | ||
| 209 | -e '/@[c]onfigure_input@/d' \ | ||
| 195 | ${srcdir}/Makefile.in > emacs-lispref-${version}/Makefile | 210 | ${srcdir}/Makefile.in > emacs-lispref-${version}/Makefile |
| 196 | @if grep '@[a-zA-Z_]*@' emacs-lispref-${version}/Makefile; then \ | 211 | @if grep '@[a-zA-Z_]*@' emacs-lispref-${version}/Makefile; then \ |
| 197 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ | 212 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 70207de3b3b..23c3e66b86f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (dist): Update for new output variables. | ||
| 4 | |||
| 1 | 2014-10-08 Leo Liu <sdl.web@gmail.com> | 5 | 2014-10-08 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * cl.texi (Porting Common Lisp): Remove parse-integer. | 7 | * cl.texi (Porting Common Lisp): Remove parse-integer. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index dee3eff2caf..250d3c39c45 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -251,6 +251,21 @@ dist: | |||
| 251 | -e 's/^\(clean:.*\)/\1 infoclean/' \ | 251 | -e 's/^\(clean:.*\)/\1 infoclean/' \ |
| 252 | -e "s/@ver[s]ion@/${version}/" \ | 252 | -e "s/@ver[s]ion@/${version}/" \ |
| 253 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ | 253 | -e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \ |
| 254 | -e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \ | ||
| 255 | -e 's|@SH[E]LL@|/bin/bash|' \ | ||
| 256 | -e 's|@[p]refix@|/usr/local|' \ | ||
| 257 | -e 's|@[d]atarootdir@|$${prefix}/share|' \ | ||
| 258 | -e 's|@[d]atadir@|$${datarootdir}|' \ | ||
| 259 | -e 's|@[P]ACKAGE_TARNAME@|emacs|' \ | ||
| 260 | -e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \ | ||
| 261 | -e 's|@[d]vidir@|$${docdir}|' \ | ||
| 262 | -e 's|@[h]tmldir@|$${docdir}|' \ | ||
| 263 | -e 's|@[p]dfdir@|$${docdir}|' \ | ||
| 264 | -e 's|@[p]sdir@|$${docdir}|' \ | ||
| 265 | -e 's|@[G]ZIP_PROG@|gzip|' \ | ||
| 266 | -e 's|@IN[S]TALL@|install -c|' \ | ||
| 267 | -e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \ | ||
| 268 | -e '/@[c]onfigure_input@/d' \ | ||
| 254 | ${srcdir}/Makefile.in > emacs-misc-${version}/Makefile | 269 | ${srcdir}/Makefile.in > emacs-misc-${version}/Makefile |
| 255 | @if grep '@[a-zA-Z_]*@' emacs-misc-${version}/Makefile; then \ | 270 | @if grep '@[a-zA-Z_]*@' emacs-misc-${version}/Makefile; then \ |
| 256 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ | 271 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ |