mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(install-arch-indep): Install emacsclient manual page.
(uninstall): Uninstall emacsclient manual page.
This commit is contained in:
parent
ade67f6a51
commit
62c1ae94c9
@ -450,7 +450,7 @@ install-arch-indep: mkdir info
|
||||
-chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
|
||||
thisdir=`/bin/pwd`; \
|
||||
cd ${srcdir}/etc; \
|
||||
for page in emacs etags ctags gfdl ; do \
|
||||
for page in emacs emacsclient etags ctags gfdl ; do \
|
||||
(cd $${thisdir}; \
|
||||
${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \
|
||||
chmod a+r ${man1dir}/$${page}${manext}); \
|
||||
@ -509,7 +509,7 @@ uninstall:
|
||||
(cd ${archlibdir} && rm -f fns-*)
|
||||
-rm -rf ${libexecdir}/emacs/${version}
|
||||
(cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* elisp* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*)
|
||||
(cd ${man1dir} && rm -f emacs.${manext} etags.${manext} ctags.${manext} gfdl.${manext})
|
||||
(cd ${man1dir} && rm -f emacs.${manext} emacsclient.${manext} etags.${manext} ctags.${manext} gfdl.${manext})
|
||||
(cd ${bindir} && rm -f emacs-${version} $(EMACS))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user