diff options
author | Glenn Morris <rgm@gnu.org> | 2008-12-13 04:19:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-12-13 04:19:34 +0000 |
commit | 665ffe4414aa64db45920ac75af5187920e62ca4 (patch) | |
tree | c54e4dcf590c1e2fdc081309373b61efe881abff /Makefile.in | |
parent | 17362c3576e5570d6941dc4215f0e1b1f13af7fc (diff) | |
download | emacs-665ffe4414aa64db45920ac75af5187920e62ca4.tar.gz |
(install-arch-indep): Add new man-pages.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 055685c088b..08dfc041948 100644 --- a/Makefile.in +++ b/Makefile.in @@ -571,7 +571,7 @@ install-arch-indep: mkdir info install-etc -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir} thisdir=`/bin/pwd`; \ cd ${mansrcdir}; \ - for page in ebrowse emacs emacsclient etags ctags ; do \ + for page in b2m ctags ebrowse emacs emacsclient etags grep-changelog rcs-checkin; do \ (cd $${thisdir}; \ ${INSTALL_DATA} ${mansrcdir}/$${page}.1 $(DESTDIR)${man1dir}/$${page}${manext}; \ chmod a+r $(DESTDIR)${man1dir}/$${page}${manext}); \ |