From: Glenn Morris Date: Wed, 26 Oct 2016 19:47:54 +0000 (-0400) Subject: * Makefile.in (install-arch-indep): Skip etc/refcards/emacsver.tex.in. X-Git-Tag: emacs-25.1.90~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91c97b6;p=emacs.git * Makefile.in (install-arch-indep): Skip etc/refcards/emacsver.tex.in. --- diff --git a/Makefile.in b/Makefile.in index b212c914e56..b3f7edb2eaa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -584,7 +584,7 @@ install-arch-indep: lisp install-info install-man ${INSTALL_ARCH_INDEP_EXTRA} if [ "$${dir}" = "${srcdir}/etc" ]; then \ rm -f "$${dest}/DOC"* ; \ rm -f "$${dest}/refcards"/*.aux "$${dest}/refcards"/*.dvi; \ - rm -f "$${dest}/refcards"/*.log; \ + rm -f "$${dest}/refcards"/*.log "$${dest}/refcards"/*.in; \ else true; \ fi; \ (cd "$${dest}" || exit 1; \