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 /doc/misc | |
| 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
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 15 |
2 files changed, 19 insertions, 0 deletions
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; \ |