+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.
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@
-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
+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
SHELL = /bin/sh
+# NB If you add any more configure variables,
+# update the sed rules in the dist target below.
srcdir = @srcdir@
version=@version@
-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
+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.
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@
-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