[Pkg-erlang-commits] r1207 - in erlang/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Mar 8 17:45:39 UTC 2010


Author: sgolovan
Date: 2010-03-08 17:45:38 +0000 (Mon, 08 Mar 2010)
New Revision: 1207

Modified:
   erlang/trunk/debian/changelog
   erlang/trunk/debian/patches/emacs.patch
Log:
[erlang]
  * Made Emacs look in man5 and man7 for Erlang manpages.


Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog	2010-03-08 11:19:58 UTC (rev 1206)
+++ erlang/trunk/debian/changelog	2010-03-08 17:45:38 UTC (rev 1207)
@@ -4,8 +4,9 @@
   * Moved xsltproc and fop to build-depends-indep and do not build
     documentation if only architecture-specific packages are built.
   * Refreshed all patches.
+  * Made Emacs look in man5 and man7 for Erlang manpages.
 
- -- Sergei Golovan <sgolovan at debian.org>  Mon, 08 Mar 2010 13:29:36 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 08 Mar 2010 20:44:02 +0300
 
 erlang (1:13.b.4-dfsg-1) unstable; urgency=low
 

Modified: erlang/trunk/debian/patches/emacs.patch
===================================================================
--- erlang/trunk/debian/patches/emacs.patch	2010-03-08 11:19:58 UTC (rev 1206)
+++ erlang/trunk/debian/patches/emacs.patch	2010-03-08 17:45:38 UTC (rev 1207)
@@ -5,6 +5,17 @@
 
 --- erlang-13.b.4-dfsg.orig/lib/tools/emacs/erlang.el
 +++ erlang-13.b.4-dfsg/lib/tools/emacs/erlang.el
+@@ -496,8 +496,8 @@
+ (defvar erlang-man-dirs
+   '(("Man - Commands" "/man/man1" t)
+     ("Man - Modules" "/man/man3" t)
+-    ("Man - Files" "/man/man4" t)
+-    ("Man - Applications" "/man/man6" t))
++    ("Man - Files" "/man/man5" t)
++    ("Man - Applications" "/man/man7" t))
+   "*The man directories displayed in the Erlang menu.
+ 
+ Each item in the list should be a list with three elements, the first
 @@ -1129,23 +1129,22 @@
  (or (fboundp 'eval-when-compile)
      (defmacro eval-when-compile (&rest rest) nil))




More information about the Pkg-erlang-commits mailing list