aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-20 11:15:30 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-20 11:15:30 +0000
commitdddc2135176602a67b26d50dad278211f38d7ef0 (patch)
treea1228819115b5254bd014c2fbaa1d79ee0ae6725
parentAdd patch for bug 292492. (diff)
downloademacs-patches-dddc2135176602a67b26d50dad278211f38d7ef0.tar.gz
emacs-patches-dddc2135176602a67b26d50dad278211f38d7ef0.tar.bz2
emacs-patches-dddc2135176602a67b26d50dad278211f38d7ef0.zip
Install manpage for emacsclient, bug 165466.emacs-21.4-patches-9
-rw-r--r--emacs/21.4/20_all_manpage-install.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs/21.4/20_all_manpage-install.patch b/emacs/21.4/20_all_manpage-install.patch
new file mode 100644
index 0000000..590ace6
--- /dev/null
+++ b/emacs/21.4/20_all_manpage-install.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/165466
+
+--- emacs-21.4-orig/Makefile.in
++++ emacs-21.4/Makefile.in
+@@ -448,7 +448,7 @@
+ -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 ; do \
+ (cd $${thisdir}; \
+ ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \
+ chmod a+r ${man1dir}/$${page}${manext}); \