changeset 23573:e26894ec8369

(install-arch-dep): Install src/fns-*.el in ${archlibdir}.
author Andreas Schwab <schwab@suse.de>
date Fri, 30 Oct 1998 09:51:57 +0000
parents 1fa5f9f5c92e
children c8ba21ef69c4
files Makefile.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Oct 30 04:22:31 1998 +0000
+++ b/Makefile.in	Fri Oct 30 09:51:57 1998 +0000
@@ -299,6 +299,9 @@
 	-chmod 1755  ${bindir}/emacs-${version}
 	rm -f ${bindir}/$(EMACS)
 	-ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
+	for f in `cd src && echo fns-*.el`; do \
+	  ${INSTALL_DATA} src/$f ${archlibdir}/$f; \
+	done
 
 ### Install the files that are machine-independent.
 ### Most of them come straight from the distribution;