mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* Makefile.in (install-arch-indep): Skip etc/refcards/emacsver.tex.in.
This commit is contained in:
parent
9c1cb8d595
commit
91c97b6eed
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user