aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-13 06:50:54 +0000
committerPavel Janík <[email protected]>2001-11-13 06:50:54 +0000
commit62c1ae94c9e9091898d11e8fb99726bdeb114f74 (patch)
tree259c79e342c0d9174180247ba6a85c0597db374d /Makefile.in
parentade67f6a51e22adbb90431773059fc1ec6b11120 (diff)
(install-arch-indep): Install emacsclient manual page.
(uninstall): Uninstall emacsclient manual page.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ff01dbdedb..26ecdb1caa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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))