diff options
| author | Glenn Morris | 2014-11-08 18:06:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-08 18:06:29 -0800 |
| commit | da95e2399e068eb87ea90a4617d80980d0601eb4 (patch) | |
| tree | 4c2b9ac861c7f37d14950c199dda17dd38226955 /doc/misc | |
| parent | 90a1373b4c8e3f646b2b75cb4a12126cd361faa0 (diff) | |
| parent | e4ed201ff9e089d8a074523ca7de02c1b84bece2 (diff) | |
| download | emacs-da95e2399e068eb87ea90a4617d80980d0601eb4.tar.gz emacs-da95e2399e068eb87ea90a4617d80980d0601eb4.zip | |
Merge from emacs-24; up to 117691
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 38 |
2 files changed, 6 insertions, 38 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 58d1a1080df..8aef62bc6a6 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (version): Remove variable. | ||
| 4 | (clean): No longer delete dist tarfile. | ||
| 5 | (dist): Remove rule; replace with code in admin.el. | ||
| 6 | |||
| 1 | 2014-11-08 Glenn Morris <rgm@gnu.org> | 7 | 2014-11-08 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * Makefile.in (${buildinfodir}/ccmode.info) | 9 | * Makefile.in (${buildinfodir}/ccmode.info) |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 7a2287af710..40a072a7978 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -23,8 +23,6 @@ SHELL = @SHELL@ | |||
| 23 | # of the source tree. This is set by configure's `--srcdir' option. | 23 | # of the source tree. This is set by configure's `--srcdir' option. |
| 24 | srcdir=@srcdir@ | 24 | srcdir=@srcdir@ |
| 25 | 25 | ||
| 26 | version=@version@ | ||
| 27 | |||
| 28 | ## Where the output files go. | 26 | ## Where the output files go. |
| 29 | ## Note that all the Info targets build the Info files in srcdir. | 27 | ## Note that all the Info targets build the Info files in srcdir. |
| 30 | ## There is no provision for Info files to exist in the build directory. | 28 | ## There is no provision for Info files to exist in the build directory. |
| @@ -222,7 +220,6 @@ mostlyclean: | |||
| 222 | 220 | ||
| 223 | clean: mostlyclean | 221 | clean: mostlyclean |
| 224 | rm -f *.dvi *.html *.pdf *.ps | 222 | rm -f *.dvi *.html *.pdf *.ps |
| 225 | rm -f emacs-misc-${version}.tar* | ||
| 226 | 223 | ||
| 227 | distclean: clean | 224 | distclean: clean |
| 228 | rm -f Makefile | 225 | rm -f Makefile |
| @@ -239,41 +236,6 @@ infoclean: | |||
| 239 | 236 | ||
| 240 | bootstrap-clean maintainer-clean: distclean infoclean | 237 | bootstrap-clean maintainer-clean: distclean infoclean |
| 241 | 238 | ||
| 242 | dist: | ||
| 243 | rm -rf emacs-misc-${version} | ||
| 244 | mkdir emacs-misc-${version} | ||
| 245 | cp ${srcdir}/*.texi ${srcdir}/texinfo.tex \ | ||
| 246 | $(emacsdir)/emacsver.texi ${srcdir}/ChangeLog* \ | ||
| 247 | emacs-misc-${version}/ | ||
| 248 | sed -e 's/@sr[c]dir@/./' \ | ||
| 249 | -e 's/^\(emacsdir *=\).*/\1 ./' \ | ||
| 250 | -e 's/^\(buildinfodir *=\).*/\1 ./' \ | ||
| 251 | -e 's/^\(clean:.*\)/\1 infoclean/' \ | ||
| 252 | -e "s/@ver[s]ion@/${version}/" \ | ||
| 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' \ | ||
| 269 | ${srcdir}/Makefile.in > emacs-misc-${version}/Makefile | ||
| 270 | @if grep '@[a-zA-Z_]*@' emacs-misc-${version}/Makefile; then \ | ||
| 271 | echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \ | ||
| 272 | fi | ||
| 273 | tar -cf emacs-misc-${version}.tar emacs-misc-${version} | ||
| 274 | rm -rf emacs-misc-${version} | ||
| 275 | |||
| 276 | |||
| 277 | .PHONY: install-dvi install-html install-pdf install-ps install-doc | 239 | .PHONY: install-dvi install-html install-pdf install-ps install-doc |
| 278 | 240 | ||
| 279 | install-dvi: dvi | 241 | install-dvi: dvi |