diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-06 03:11:10 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-06 03:11:10 +0000 |
commit | 127c32406691496e3e252c05bd6b50ebcae80c0e (patch) | |
tree | 7f460574ce86d439be2df9a3c2912bcafb87d236 /Makefile.in | |
parent | fd3f6db3114681f0418f2f066e02db99dd4020a3 (diff) | |
download | emacs-127c32406691496e3e252c05bd6b50ebcae80c0e.tar.gz |
(install-arch-indep): Install info files for mh-e.
(uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |