Edit more configure variables in doc make dist rules.
* doc/emacs/Makefile.in (dist): * doc/lispintro/Makefile.in (dist): * doc/lispref/Makefile.in (dist): Edit more configure variables. Try to check that we do not miss any in future. Fixes: debbugs:14660
This commit is contained in:
parent
ad5281251b
commit
789cf83370
6 changed files with 35 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-06-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (dist): Edit more configure variables.
|
||||
Try to check that we do not miss any in future.
|
||||
|
||||
2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* vc1-xtra.texi (Revision Tags): Add a cross reference.
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
|
||||
SHELL = /bin/sh
|
||||
|
||||
# NB If you add any more configure variables,
|
||||
# update the sed rules in the dist target below.
|
||||
|
||||
# Where to find the source code. $(srcdir) will be the doc/emacs subdirectory
|
||||
# of the source tree. This is set by configure's `--srcdir' option.
|
||||
srcdir=@srcdir@
|
||||
|
@ -195,8 +198,12 @@ dist:
|
|||
-e 's/^\(buildinfodir *=\).*/\1 ./' \
|
||||
-e 's/^\(clean:.*\)/\1 infoclean/' \
|
||||
-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@//' \
|
||||
${srcdir}/Makefile.in > emacs-manual-${version}/Makefile
|
||||
tar -cf emacs-manual-${version}.tar emacs-manual-${version}
|
||||
@grep '@[A-Z]*@' emacs-manual-${version}/Makefile && \
|
||||
echo "WARNING: Unexpanded configure variables in Makefile?" || true
|
||||
rm -rf emacs-manual-${version}
|
||||
|
||||
### Makefile ends here
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2013-06-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (dist): Edit more configure variables. (Bug#14660)
|
||||
Try to check that we do not miss any in future.
|
||||
|
||||
2013-04-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (INFO_OPTS): Add "-I$(emacsdir)" to fix last
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
SHELL = /bin/sh
|
||||
|
||||
# NB If you add any more configure variables,
|
||||
# update the sed rules in the dist target below.
|
||||
srcdir = @srcdir@
|
||||
version=@version@
|
||||
|
||||
|
@ -107,8 +109,12 @@ dist:
|
|||
-e 's/^\(buildinfodir *=\).*/\1 ./' \
|
||||
-e 's/^\(clean:.*\)/\1 infoclean/' \
|
||||
-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@//' \
|
||||
${srcdir}/Makefile.in > emacs-lispintro-${version}/Makefile
|
||||
tar -cf emacs-lispintro-${version}.tar emacs-lispintro-${version}
|
||||
@grep '@[A-Z]*@' emacs-lispintro-${version}/Makefile && \
|
||||
echo "WARNING: Unexpanded configure variables in Makefile?" || true
|
||||
rm -rf emacs-lispintro-${version}
|
||||
|
||||
### Makefile ends here
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2013-06-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (dist): Edit more configure variables.
|
||||
Try to check that we do not miss any in future.
|
||||
|
||||
2013-06-17 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* text.texi (Undo, Changing Properties): Fix typos.
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
|
||||
SHELL = /bin/sh
|
||||
|
||||
# NB If you add any more configure variables,
|
||||
# update the sed rules in the dist target below.
|
||||
|
||||
# Standard configure variables.
|
||||
srcdir = @srcdir@
|
||||
|
||||
|
@ -163,8 +166,12 @@ dist:
|
|||
-e 's/^\(buildinfodir *=\).*/\1 ./' \
|
||||
-e 's/^\(clean:.*\)/\1 infoclean/' \
|
||||
-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@//' \
|
||||
${srcdir}/Makefile.in > emacs-lispref-${version}/Makefile
|
||||
tar -cf emacs-lispref-${version}.tar emacs-lispref-${version}
|
||||
@grep '@[A-Z]*@' emacs-lispref-${version}/Makefile && \
|
||||
echo "WARNING: Unexpanded configure variables in Makefile?" || true
|
||||
rm -rf emacs-lispref-${version}
|
||||
|
||||
### Makefile ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue