From 127c32406691496e3e252c05bd6b50ebcae80c0e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 6 Jun 1995 03:11:10 +0000 Subject: (install-arch-indep): Install info files for mh-e. (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e2d90b8980b..a7cc80e36b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -350,7 +350,7 @@ install-arch-indep: mkdir if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \ (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \ fi ; \ - for f in cl* dired-x* emacs* forms* gnus* info* sc* vip* ; do \ + for f in cl* dired-x* emacs* forms* gnus* info* mh-e* sc* vip*; do \ (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \ done); \ else true; fi @@ -391,7 +391,7 @@ uninstall: esac ; \ fi ; \ done - (cd ${infodir} && rm -f cl* emacs* forms* info* vip*) + (cd ${infodir} && rm -f cl* dired-x* emacs* forms* gnus* info* mh-e* sc* vip*) (cd ${mandir} && rm -f emacs.1 etags.1 ctags.1) (cd ${bindir} && rm -f emacs-${version} $(EMACS)) -- cgit v1.2.1