1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(install-arch-indep): Add new man-pages.

This commit is contained in:
Glenn Morris 2008-12-13 04:19:34 +00:00
parent c89da685b0
commit c4607d7f3d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-12-13 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-arch-indep): Add new man-pages.
2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
* config.guess, config.sub: Updated from master source.

View File

@ -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}); \