* Makefile.in (install-arch-indep): Skip etc/refcards/emacsver.tex.in.
This commit is contained in:
parent
9c1cb8d595
commit
91c97b6eed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue