Update doc/ make dist rules
* emacs/Makefile.in (dist): * lispintro/Makefile.in (dist): * lispref/Makefile.in (dist): * misc/Makefile.in (dist): Update for new output variables.
This commit is contained in:
parent
e175fabcdd
commit
be3e1b61b5
8 changed files with 73 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-10-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (dist): Update for new output variables.
|
||||
|
||||
2014-10-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* package.texi (Package Menu): The package list was changed to not
|
||||
|
|
|
@ -207,6 +207,7 @@ maintainer-clean: distclean infoclean
|
|||
|
||||
## Make a standalone tarfile of the Emacs manual sources.
|
||||
## The [c] is a dumb way to prevent configure expanding it.
|
||||
## TODO this is getting increasingly lengthy; not sure it is worth keeping.
|
||||
dist:
|
||||
rm -rf emacs-manual-${version}
|
||||
mkdir emacs-manual-${version}
|
||||
|
@ -218,6 +219,20 @@ dist:
|
|||
-e "s/@ver[s]ion@/${version}/" \
|
||||
-e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \
|
||||
-e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \
|
||||
-e 's|@SH[E]LL@|/bin/bash|' \
|
||||
-e 's|@[p]refix@|/usr/local|' \
|
||||
-e 's|@[d]atarootdir@|$${prefix}/share|' \
|
||||
-e 's|@[d]atadir@|$${datarootdir}|' \
|
||||
-e 's|@[P]ACKAGE_TARNAME@|emacs|' \
|
||||
-e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \
|
||||
-e 's|@[d]vidir@|$${docdir}|' \
|
||||
-e 's|@[h]tmldir@|$${docdir}|' \
|
||||
-e 's|@[p]dfdir@|$${docdir}|' \
|
||||
-e 's|@[p]sdir@|$${docdir}|' \
|
||||
-e 's|@[G]ZIP_PROG@|gzip|' \
|
||||
-e 's|@IN[S]TALL@|install -c|' \
|
||||
-e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \
|
||||
-e '/@[c]onfigure_input@/d' \
|
||||
${srcdir}/Makefile.in > emacs-manual-${version}/Makefile
|
||||
@if grep '@[a-zA-Z_]*@' emacs-manual-${version}/Makefile; then \
|
||||
echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (dist): Update for new output variables.
|
||||
|
||||
2014-07-15 Álvar Jesús Ibeas Martín <alvar.ibeas@unican.es> (tiny change)
|
||||
|
||||
* emacs-lisp-intro.texi (Variables, Buffer Names, if & or)
|
||||
|
|
|
@ -135,6 +135,20 @@ dist:
|
|||
-e "s/@ver[s]ion@/${version}/" \
|
||||
-e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \
|
||||
-e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \
|
||||
-e 's|@SH[E]LL@|/bin/bash|' \
|
||||
-e 's|@[p]refix@|/usr/local|' \
|
||||
-e 's|@[d]atarootdir@|$${prefix}/share|' \
|
||||
-e 's|@[d]atadir@|$${datarootdir}|' \
|
||||
-e 's|@[P]ACKAGE_TARNAME@|emacs|' \
|
||||
-e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \
|
||||
-e 's|@[d]vidir@|$${docdir}|' \
|
||||
-e 's|@[h]tmldir@|$${docdir}|' \
|
||||
-e 's|@[p]dfdir@|$${docdir}|' \
|
||||
-e 's|@[p]sdir@|$${docdir}|' \
|
||||
-e 's|@[G]ZIP_PROG@|gzip|' \
|
||||
-e 's|@IN[S]TALL@|install -c|' \
|
||||
-e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \
|
||||
-e '/@[c]onfigure_input@/d' \
|
||||
${srcdir}/Makefile.in > emacs-lispintro-${version}/Makefile
|
||||
@if grep '@[a-zA-Z_]*@' emacs-lispintro-${version}/Makefile; then \
|
||||
echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (dist): Update for new output variables.
|
||||
|
||||
2014-10-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* elisp.texi (DATE): Bump to October 2014.
|
||||
|
|
|
@ -191,6 +191,20 @@ dist:
|
|||
-e "s/@ver[s]ion@/${version}/" \
|
||||
-e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \
|
||||
-e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \
|
||||
-e 's|@SH[E]LL@|/bin/bash|' \
|
||||
-e 's|@[p]refix@|/usr/local|' \
|
||||
-e 's|@[d]atarootdir@|$${prefix}/share|' \
|
||||
-e 's|@[d]atadir@|$${datarootdir}|' \
|
||||
-e 's|@[P]ACKAGE_TARNAME@|emacs|' \
|
||||
-e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \
|
||||
-e 's|@[d]vidir@|$${docdir}|' \
|
||||
-e 's|@[h]tmldir@|$${docdir}|' \
|
||||
-e 's|@[p]dfdir@|$${docdir}|' \
|
||||
-e 's|@[p]sdir@|$${docdir}|' \
|
||||
-e 's|@[G]ZIP_PROG@|gzip|' \
|
||||
-e 's|@IN[S]TALL@|install -c|' \
|
||||
-e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \
|
||||
-e '/@[c]onfigure_input@/d' \
|
||||
${srcdir}/Makefile.in > emacs-lispref-${version}/Makefile
|
||||
@if grep '@[a-zA-Z_]*@' emacs-lispref-${version}/Makefile; then \
|
||||
echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (dist): Update for new output variables.
|
||||
|
||||
2014-10-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vip.texi (Other Vi Commands): Markup fix.
|
||||
|
|
|
@ -890,6 +890,20 @@ dist:
|
|||
-e "s/@ver[s]ion@/${version}/" \
|
||||
-e 's/@MAKE[I]NFO@/makeinfo/' -e 's/@MK[D]IR_P@/mkdir -p/' \
|
||||
-e 's/@IN[F]O_EXT@/.info/' -e 's/@IN[F]O_OPTS@//' \
|
||||
-e 's|@SH[E]LL@|/bin/bash|' \
|
||||
-e 's|@[p]refix@|/usr/local|' \
|
||||
-e 's|@[d]atarootdir@|$${prefix}/share|' \
|
||||
-e 's|@[d]atadir@|$${datarootdir}|' \
|
||||
-e 's|@[P]ACKAGE_TARNAME@|emacs|' \
|
||||
-e 's|@[d]ocdir@|$${datarootdir}/doc/$${PACKAGE_TARNAME}|' \
|
||||
-e 's|@[d]vidir@|$${docdir}|' \
|
||||
-e 's|@[h]tmldir@|$${docdir}|' \
|
||||
-e 's|@[p]dfdir@|$${docdir}|' \
|
||||
-e 's|@[p]sdir@|$${docdir}|' \
|
||||
-e 's|@[G]ZIP_PROG@|gzip|' \
|
||||
-e 's|@IN[S]TALL@|install -c|' \
|
||||
-e 's|@IN[S]TALL_DATA@|$${INSTALL} -m 644|' \
|
||||
-e '/@[c]onfigure_input@/d' \
|
||||
${srcdir}/Makefile.in > emacs-misc-${version}/Makefile
|
||||
@if grep '@[a-zA-Z_]*@' emacs-misc-${version}/Makefile; then \
|
||||
echo "Unexpanded configure variables in Makefile?" 1>&2; exit 1; \
|
||||
|
|
Loading…
Add table
Reference in a new issue